about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-31Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichtonMazdak Farrokhzad-22/+32
2019-01-31Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichtonMazdak Farrokhzad-0/+42
2019-01-31Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-01-31Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfacklerMazdak Farrokhzad-0/+12
2019-01-31Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit...Mazdak Farrokhzad-7/+60
2019-01-30Auto merge of #57974 - llogiq:vec-deque-try-fold, r=alexcrichtonbors-1/+47
2019-01-30Fix #57730John Kåre Alsaker-1/+1
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-104/+157
2019-01-30Pass correct arguments to places_conflictMatthew Jasper-1/+37
2019-01-30Don't panic when accessing enum variant ctor using `Self` in matchEsteban Küber-1/+26
2019-01-30Failure resistent trait implementingOliver Scherer-1/+2
2019-01-30Improve bug message in check_tyPhilipp Hansch-2/+2
2019-01-30fix #57686: update docs for fix_start/end_matchesRett Berg-8/+8
2019-01-30Swap the names of `LocalValue` and `LocalState`Oliver Scherer-33/+33
2019-01-30Prefer macro over manual implementationOliver Scherer-12/+6
2019-01-30Add suggestions to deprecation lintsOliver Scherer-26/+111
2019-01-30Auto merge of #57495 - jamesmunns:mdbook-compat, r=steveklabnikbors-25/+103
2019-01-30Add MOVBE featureJethro Beekman-1/+5
2019-01-30CI: Use lld for linking LLVM in the x86_64-gnu-debug image.Michael Woerister-0/+1
2019-01-30bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.Michael Woerister-0/+7
2019-01-30ci: Use clang as the C++ compiler for x86_64-gnu-debug.Michael Woerister-3/+9
2019-01-30bootstrap: Make LLD available to run-make tests.Michael Woerister-14/+27
2019-01-30Add missing packages.Michael Woerister-0/+5
2019-01-30Eliminate an unwrapOliver Scherer-10/+11
2019-01-30Monomorphize types when not going through `layout_of_local`Oliver Scherer-2/+3
2019-01-30Add exception for new dependency in license checkerJames Munns-0/+1
2019-01-30Update to newer version of mdbook(2)James Munns-1/+1
2019-01-30Indent fixupOliver Scherer-2/+2
2019-01-30Remove stable featureJames Munns-2/+0
2019-01-30No consumers of MdBook2 yetJames Munns-0/+4
2019-01-30Only the compatibility items from the embedded book PRJames Munns-25/+100
2019-01-30proc_macro: make `TokenStream::from_streams` pre-allocate its vector.Felix S. Klock II-1/+7
2019-01-30The return place's layout is only used once per frame, so caching doesn't helpOliver Scherer-1/+1
2019-01-30Can't use `layout_of_local` for the frame currently being createdOliver Scherer-2/+3
2019-01-30Make priroda happy againOliver Scherer-1/+1
2019-01-30Allow `layout_of_local` to also use cached layoutsOliver Scherer-14/+19
2019-01-30Auto merge of #57988 - RalfJung:miri, r=oli-obkbors-14/+14
2019-01-30Merge `locals` and `local_layouts` fieldsOliver Scherer-39/+68
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-24/+87
2019-01-30update miriRalf Jung-14/+14
2019-01-30Auto merge of #57932 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-8/+10
2019-01-30override `VecDeque`'s `Iter::try_fold`Andre Bogus-1/+47
2019-01-30Suggest to add each of `|` and `()` when unexpected `,` is found in patternKnium_-7/+60
2019-01-30Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbinibors-0/+7
2019-01-30submodules: update clippy from f1753522 to 6ce78d12Matthias Krüger-8/+10
2019-01-29Auto merge of #57953 - mati865:cc-fix, r=alexcrichtonbors-9/+4
2019-01-29Add link to the edition guide.Siddhartha Sahu-0/+4
2019-01-29Add tracking issue to unstable attributeJonas Schievink-4/+4
2019-01-29Use LLVM intrinsics for saturating add/subNikita Popov-3/+101
2019-01-29Make weak_count return an Option<usize>Jonas Schievink-26/+22