about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-22Auto merge of #50713 - killercup:update-rustfix, r=alexcrichtonbors-6/+9
2018-05-22Fix span for type-only argumentsManish Goregaokar-8/+8
2018-05-22Update compiltest to use rustfix 0.3.1Pascal Hertleif-6/+9
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-82/+156
2018-05-22Auto merge of #50969 - nikomatsakis:issue-50673-broken-migration-lint, r=alex...bors-43/+236
2018-05-22Add -Z no-parallel-llvm flagNikita Popov-2/+8
2018-05-22Remove the unstable Float traitSimon Sapin-437/+232
2018-05-22add new test and add an existing scenario I didn't see coveredNiko Matsakis-4/+97
2018-05-23Rollup merge of #50963 - nnethercote:coercion-VecDeque1, r=petrochenkovkennytm-2/+3
2018-05-23Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichtonkennytm-5/+13
2018-05-23Rollup merge of #50958 - KiChjang:nit-50697, r=pnkfelixkennytm-0/+1
2018-05-23Rollup merge of #50952 - steveklabnik:2018-book, r=alexcrichtonkennytm-0/+6
2018-05-23Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomezkennytm-0/+2
2018-05-23Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkovkennytm-1/+65
2018-05-23Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapinkennytm-6/+6
2018-05-23Rollup merge of #50932 - nnethercote:seen-Predicates, r=eddybkennytm-3/+18
2018-05-23Rollup merge of #50931 - nnethercote:inline-try_get, r=michaelwoeristerkennytm-0/+4
2018-05-23Rollup merge of #50914 - simartin:issue_50636, r=oli-obkkennytm-3/+43
2018-05-23Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplettkennytm-1/+1
2018-05-23Rollup merge of #50875 - QuietMisdreavus:short-features, r=GuillaumeGomezkennytm-22/+30
2018-05-23Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankrokennytm-16/+72
2018-05-23Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoeristerkennytm-1/+2
2018-05-23Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcvkennytm-6/+82
2018-05-22pacify the mercilous tidyNiko Matsakis-5/+29
2018-05-22create a rust-2018 directory for tests related to edition transitionNiko Matsakis-0/+0
2018-05-22build the 2018 editionsteveklabnik-0/+6
2018-05-22pass down information about the root tree and use that to guide lintNiko Matsakis-34/+62
2018-05-22Add some doc comments to SortedMap.Michael Woerister-5/+20
2018-05-22Cleanup SortedMap by wrapping element lookup in a method.Michael Woerister-21/+16
2018-05-22Remove SortedMap::iter_mut() since that allows to break the element sorting o...Michael Woerister-8/+0
2018-05-22Remove benchmarks from SortedMap.Michael Woerister-24/+9
2018-05-22Use SortedMap instead of BTreeMap for relocations in MIRI.Michael Woerister-26/+56
2018-05-22Add SortedMap to rustc_data_structures.Michael Woerister-0/+502
2018-05-22Update LLVM to pull in another wasm fixAlex Crichton-0/+0
2018-05-22Make sure that queries have predictable symbol names.Michael Woerister-2/+15
2018-05-22Auto merge of #49172 - oli-obk:const_let, r=eddybbors-113/+354
2018-05-22Deduplicate match armsOliver Schneider-7/+4
2018-05-22Auto merge of #50520 - Zoxc:alloc-misc, r=oli-obkbors-318/+322
2018-05-22Prevent local paths into libstd from leaking into ui testsOliver Schneider-1/+10
2018-05-22Right-size the `VecDeque` in `coerce_unsized`.Nicholas Nethercote-2/+3
2018-05-22Fix a typo in a commentOliver Schneider-2/+2
2018-05-22Remove now unused error codeOliver Schneider-15/+0
2018-05-22Report let bindings and statements as unstableOliver Schneider-65/+150
2018-05-22Be more explicit about what's skippedOliver Schneider-33/+32
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-18/+193
2018-05-22Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakisbors-5/+102
2018-05-22Fix FileCheck findingJohn Kåre Alsaker-5/+13
2018-05-21Micro-optimization on PR#50697Keith Yeung-0/+1
2018-05-22Auto merge of #50838 - alexcrichton:token-impls, r=eddybbors-17/+117
2018-05-22Introduce AllocType which indicates what AllocIds point toJohn Kåre Alsaker-284/+251