about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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/+270
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/+11
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/+168
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-15/+30
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-15/+30
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
2019-01-29Fix testsJohn Kåre Alsaker-10/+3
2019-01-29Only store the result of mir_borrowck for closuresJohn Kåre Alsaker-28/+31
2019-01-29Skip some test passesJohn Kåre Alsaker-8/+12
2019-01-29Use ensure for borrowckJohn Kåre Alsaker-1/+1
2019-01-29Add some time statementsJohn Kåre Alsaker-3/+6
2019-01-29Use an ItemLikeVisitor for CheckTypeWellFormedVisitorJohn Kåre Alsaker-16/+9
2019-01-29Make impl_wf_check incrementalJohn Kåre Alsaker-1/+32
2019-01-29Optimize match checkingJohn Kåre Alsaker-15/+3
2019-01-29Add an ensure() method to TyCtxt used to ensure queries are runJohn Kåre Alsaker-34/+38
2019-01-29Implement a slightly racy `sync::Weak::weak_count`Jonas Schievink-5/+70