summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #57914 - jethrogb:jb/sgx-unwind-version, r=alexcrichtonc9788fdd5b8bors2019-01-315-25/+35
|\
| * Updated commit id for building libunwind.Vardhan Thigle2019-01-312-2/+2
| * Update SGX libunwindJethro Beekman2019-01-261-1/+1
| * Clean up build-x86_64-fortanix-unknown-sgx-toolchain.shJethro Beekman2019-01-264-23/+33
* | Auto merge of #58003 - nikic:saturating-add, r=nagisabors2019-01-315-3/+101
|\ \
| * | Use LLVM intrinsics for saturating add/subNikita Popov2019-01-295-3/+101
* | | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors2019-01-3115-21/+175
|\ \ \
| * | | CI: Use lld for linking LLVM in the x86_64-gnu-debug image.Michael Woerister2019-01-301-0/+1
| * | | bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.Michael Woerister2019-01-303-0/+11
| * | | ci: Use clang as the C++ compiler for x86_64-gnu-debug.Michael Woerister2019-01-301-3/+9
| * | | bootstrap: Make LLD available to run-make tests.Michael Woerister2019-01-301-14/+27
| * | | Add missing packages.Michael Woerister2019-01-301-0/+5
| * | | Enable Clang-based tests on x86_64-gnu-debug builder.Michael Woerister2019-01-241-1/+8
| * | | compiletest: Simplify handling of Clang-based tests.Michael Woerister2019-01-176-109/+26
| * | | Support clang-based run-make tests in rustbuild.Michael Woerister2019-01-171-5/+30
| * | | compiletest: Support opt-in Clang-based run-make tests.Michael Woerister2019-01-173-1/+101
| * | | Add an end-to-end run-make test for cross-lang LTO.Michael Woerister2019-01-175-0/+69
* | | | Auto merge of #58016 - Centril:rollup, r=Centrilbors2019-01-3129-89/+319
|\ \ \ \
| * \ \ \ Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obkMazdak Farrokhzad2019-01-313-1/+37
| |\ \ \ \
| | * | | | Pass correct arguments to places_conflictMatthew Jasper2019-01-303-1/+37
| * | | | | Rollup merge of #58007 - estebank:issue-58006, r=petrochenkovMazdak Farrokhzad2019-01-313-1/+26
| |\ \ \ \ \
| | * | | | | Don't panic when accessing enum variant ctor using `Self` in matchEsteban Küber2019-01-303-1/+26
| | |/ / / /
| * | | | | Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=ManishearthMazdak Farrokhzad2019-01-311-8/+8
| |\ \ \ \ \
| | * | | | | fix #57686: update docs for fix_start/end_matchesRett Berg2019-01-301-8/+8
| * | | | | | Rollup merge of #58000 - oli-obk:fixes_and_cleanups, r=RalfJungMazdak Farrokhzad2019-01-317-45/+77
| |\ \ \ \ \ \
| | * | | | | | Failure resistent trait implementingOliver Scherer2019-01-301-1/+2
| | * | | | | | Swap the names of `LocalValue` and `LocalState`Oliver Scherer2019-01-304-33/+33
| | * | | | | | Prefer macro over manual implementationOliver Scherer2019-01-301-12/+6
| | * | | | | | Eliminate an unwrapOliver Scherer2019-01-301-10/+11
| | * | | | | | Monomorphize types when not going through `layout_of_local`Oliver Scherer2019-01-302-2/+3
| | * | | | | | Indent fixupOliver Scherer2019-01-301-2/+2
| | * | | | | | The return place's layout is only used once per frame, so caching doesn't helpOliver Scherer2019-01-301-1/+1
| | * | | | | | Can't use `layout_of_local` for the frame currently being createdOliver Scherer2019-01-301-2/+3
| | * | | | | | Make priroda happy againOliver Scherer2019-01-301-1/+1
| | * | | | | | Allow `layout_of_local` to also use cached layoutsOliver Scherer2019-01-304-14/+19
| | * | | | | | Merge `locals` and `local_layouts` fieldsOliver Scherer2019-01-303-39/+68
| * | | | | | | Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichtonMazdak Farrokhzad2019-01-315-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Add MOVBE featureJethro Beekman2019-01-305-1/+5
| | |/ / / / / /
| * | | | | | | Rollup merge of #57984 - phansch:improve_check_ty_error, r=zackmdavisMazdak Farrokhzad2019-01-311-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Improve bug message in check_tyPhilipp Hansch2019-01-301-2/+2
| * | | | | | | | Rollup merge of #57980 - siddharthasahu:patch-1, r=QuietMisdreavusMazdak Farrokhzad2019-01-311-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add link to the edition guide.Siddhartha Sahu2019-01-291-0/+4
| * | | | | | | | | Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichtonMazdak Farrokhzad2019-01-314-22/+32
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SGX target: improve panic & exit handlingJethro Beekman2019-01-294-22/+32
| * | | | | | | | | | Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichtonMazdak Farrokhzad2019-01-312-0/+42
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Introduce into_raw_non_null on Rc and ArcDale Wijnand2019-01-282-0/+42
| * | | | | | | | | | | Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-SimulacrumMazdak Farrokhzad2019-01-311-2/+14
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | use `SOURCE_DATE_EPOCH` for man page time if setAndy Russell2019-01-261-2/+14
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfacklerMazdak Farrokhzad2019-01-311-0/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | modify remaining #[must_use[ messagesMatthias Krüger2018-12-261-5/+5