about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-05resolve: Support value namespace in `fn resolve_lexical_macro_path_segment`Vadim Petrochenkov-8/+17
2018-10-05expansion: Expand attribute macros registered by legacy plugins in usual left...Vadim Petrochenkov-15/+3
2018-10-05resolve: Integrate inert attributes registererd by legacy plugins into macro ...Vadim Petrochenkov-11/+35
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-42/+20
2018-10-05Move conditional configuration related UI tests into their own directoryHavvy (Ryan Scheel)-0/+0
2018-10-05rustc/ty: improve stack shifting and remove related allocationsljedrz-10/+10
2018-10-05rustc/ty: move a faster early return upljedrz-5/+5
2018-10-05rustc/ty: improve allocationsljedrz-38/+32
2018-10-05rustc/ty: simplify common patternsljedrz-41/+25
2018-10-05rustc/ty: use Cow<str> where applicableljedrz-248/+261
2018-10-05rustc/ty: whitespace fixesljedrz-46/+42
2018-10-05Address review commentsGabriel Majeri-43/+67
2018-10-04rustdoc: overflow:auto doesn't work nicely on small screensKazuyoshi Kato-1/+0
2018-10-05Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfacklerbors-4/+509
2018-10-04Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexmbors-1547/+1883
2018-10-04Add compile flags to playground-empty testPhilip Munksgaard-0/+2
2018-10-04replace escape-rust-expr test with dont-show-const-contentsPhilip Munksgaard-4/+4
2018-10-04add test for #29743Andy Russell-0/+17
2018-10-04add test for #24338Andy Russell-0/+30
2018-10-04add test for #28134Andy Russell-0/+21
2018-10-04Further improve docs for `FnDef` and `FnPtr`Philipp Hansch-8/+6
2018-10-04Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelixbors-653/+665
2018-10-04Don't try to promote already promoted out temporariesOliver Schneider-4/+33
2018-10-04s/skol_predicate/placeholder_predicateNiko Matsakis-2/+2
2018-10-04fix typo: s/tained/tainted/Niko Matsakis-1/+1
2018-10-04remove occurences of `skolemization`Niko Matsakis-53/+50
2018-10-04remove all occurences of `skolemize`Niko Matsakis-4/+4
2018-10-04build up the placeholder indices as we goNiko Matsakis-31/+43
2018-10-04extend NLL universe code to have >1 placeholder within one universeNiko Matsakis-124/+226
2018-10-04create just one subuniverse per binder -- no need for more, reallyNiko Matsakis-69/+37
2018-10-04reorder the placeholders and inference variables in hr::subNiko Matsakis-7/+9
2018-10-04rename skolemized to placeholderNiko Matsakis-211/+226
2018-10-04select.rs: rustfmtNiko Matsakis-1107/+1347
2018-10-04Auto merge of #54784 - Manishearth:clippyup, r=oli-obkbors-14/+24
2018-10-04Ignore desugarings when comparing duplicate trait error messagesvarkor-6/+18
2018-10-04Convert conservative_impl_trait.rs to compile-passJonas Schievink-9/+1
2018-10-04Convert issue-49556.rs to compile-passJonas Schievink-9/+1
2018-10-04Convert issue-49376.rs to compile-passJonas Schievink-33/+1
2018-10-04Convert existential-minimal.rs to compile-passJonas Schievink-9/+1
2018-10-04Convert impl-trait/issue-42479.rs to compile-passJonas Schievink-15/+1
2018-10-04Call Foo::async_method in the async-await testJonas Schievink-14/+1
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-2/+102
2018-10-04Auto merge of #54809 - pietroalbini:rollup, r=pietroalbinibors-75/+303
2018-10-04Regression test for #32382.Felix S. Klock II-0/+42
2018-10-04Update Cargo.lockOliver Schneider-0/+1
2018-10-04Add features to the workspace hackOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+5
2018-10-04Fix #24840: make default for `optimize` independent of `debug` setting in `Ca...Felix S. Klock II-1/+3
2018-10-04Rollup merge of #54795 - euclio:ifmt-bad-arg, r=estebankPietro Albini-2/+22
2018-10-04Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakisPietro Albini-11/+58
2018-10-04Rollup merge of #54788 - ljedrz:cleanup_rustc_mir, r=oli-obkPietro Albini-27/+22