about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-30Suggest an appropriate token when encountering `pub Ident<'a>`Esteban Küber-0/+47
2018-11-29Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavisGuillaume Gomez-4/+4
2018-11-29Rollup merge of #56322 - petrochenkov:edlints, r=eddybGuillaume Gomez-0/+21
2018-11-29Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakisGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakisGuillaume Gomez-0/+83
2018-11-29Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakisGuillaume Gomez-13/+13
2018-11-29Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichtonbors-200/+17
2018-11-29Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakisbors-0/+18
2018-11-29Auto merge of #56300 - nikic:issue-56267, r=eddybbors-0/+18
2018-11-28Clean up span in non-trailing `..` suggestionEsteban Küber-4/+4
2018-11-29rustc_codegen_llvm: don't overalign loads of pair operands.Eduard-Mihai Burtescu-0/+18
2018-11-28resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`Vadim Petrochenkov-0/+21
2018-11-27fix testMark Mansi-2/+2
2018-11-28Fix alignment of stores to scalar pairNikita Popov-0/+18
2018-11-27fix testMark Mansi-2/+2
2018-11-27remove uses of feature gateMark Mansi-10/+0
2018-11-27update testsMark Mansi-189/+16
2018-11-27Auto merge of #56264 - petrochenkov:typonly, r=nikomatsakisbors-0/+8
2018-11-27Auto merge of #56251 - scalexm:root-universe, r=nikomatsakisbors-1/+1
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-51/+65
2018-11-27resolve: Extern prelude is for type namespace onlyVadim Petrochenkov-0/+8
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-34/+80
2018-11-27resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi...Vadim Petrochenkov-15/+39
2018-11-27resolve: Fallback to uniform paths in 2015 imports used from global 2018 editionVadim Petrochenkov-2/+88
2018-11-27resolve: Implement edition hygiene for imports and absolute pathsVadim Petrochenkov-0/+149
2018-11-27Remove duplicate tests for uniform pathsVadim Petrochenkov-312/+0
2018-11-26rustc-guide has movedMark Mansi-1/+1
2018-11-26Put all existential ty vars in the `ROOT` universescalexm-1/+1
2018-11-26Emit one diagnostic for multiple misplaced lifetimesEsteban Küber-3/+19
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-32/+316
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-3/+9
2018-11-25Move lifetimes before the *first* type argumentEsteban Küber-2/+2
2018-11-25Suggest appropriate place for lifetime when declared after type argumentsEsteban Küber-0/+67
2018-11-25Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkovPietro Albini-28/+110
2018-11-25Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisaPietro Albini-2/+2
2018-11-25Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavisPietro Albini-6/+40
2018-11-25Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisaPietro Albini-0/+25
2018-11-25Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini-8/+9
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-1/+2
2018-11-25Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkovPietro Albini-32/+0
2018-11-25Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertjPietro Albini-44/+91
2018-11-25Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoeristerPietro Albini-3/+30
2018-11-25resolve: Fix some more asserts in import validationVadim Petrochenkov-25/+61
2018-11-25resolve: Fix bad span arithmetics in import conflict diagnosticsVadim Petrochenkov-3/+20
2018-11-25resolve: Prohibit relative paths in visibilities on 2018 editionVadim Petrochenkov-0/+29
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-2/+2
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-2/+3
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-1116/+21
2018-11-24Suggest correct enum variant on typoEsteban Küber-6/+40
2018-11-24Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs`scalexm-0/+1