| Age | Commit message (Expand) | Author | Lines |
| 2018-12-02 | Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikic | bors | -174/+57 |
| 2018-12-01 | resolve: Support aliasing local crate root in extern prelude | Vadim Petrochenkov | -0/+51 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -37/+38 |
| 2018-11-30 | tests: Simplify VaList run-make test | Dan Robertson | -174/+57 |
| 2018-12-01 | Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obk | kennytm | -0/+28 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -86/+23 |
| 2018-12-01 | Rollup merge of #56367 - alexreg:move-feature-gate-tests-1, r=Centril | kennytm | -0/+0 |
| 2018-12-01 | Rollup merge of #56014 - euclio:issue-21335, r=nagisa | kennytm | -0/+5 |
| 2018-11-30 | Moved feature-gate tests to correct dir. | Alexander Regueiro | -0/+0 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -4/+3 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -85/+4 |
| 2018-11-30 | Fix const_fn ICE with non-const function pointer | Philipp Hansch | -0/+28 |
| 2018-11-30 | tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro. | Eduard-Mihai Burtescu | -0/+2 |
| 2018-11-30 | tests: use alloc instead of libc in unnecessary-extern-crate, to make it work... | Eduard-Mihai Burtescu | -33/+29 |
| 2018-11-30 | tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files. | Eduard-Mihai Burtescu | -4/+3 |
| 2018-11-30 | tests: support cross-compilation in run-make/rustc-macro-dep-files. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -28/+122 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -47/+1 |
| 2018-11-30 | tests: remove ignore-stage1 where possible in proc_macro tests. | Eduard-Mihai Burtescu | -104/+37 |
| 2018-11-30 | Changed test for issue 56202 to compile-pass. | Alexander Regueiro | -7/+4 |
| 2018-11-30 | Fix ICE with feature self_struct_ctor | Esteban Küber | -0/+22 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+243 |
| 2018-11-29 | Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavis | Guillaume Gomez | -4/+4 |
| 2018-11-29 | Rollup merge of #56322 - petrochenkov:edlints, r=eddyb | Guillaume Gomez | -0/+21 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakis | Guillaume Gomez | -0/+83 |
| 2018-11-29 | Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis | Guillaume Gomez | -13/+13 |
| 2018-11-29 | Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichton | bors | -200/+17 |
| 2018-11-29 | Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakis | bors | -0/+18 |
| 2018-11-29 | Auto merge of #56300 - nikic:issue-56267, r=eddyb | bors | -0/+18 |
| 2018-11-28 | Clean up span in non-trailing `..` suggestion | Esteban Küber | -4/+4 |
| 2018-11-29 | rustc_codegen_llvm: don't overalign loads of pair operands. | Eduard-Mihai Burtescu | -0/+18 |
| 2018-11-28 | resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate` | Vadim Petrochenkov | -0/+21 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-28 | Fix alignment of stores to scalar pair | Nikita Popov | -0/+18 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -10/+0 |
| 2018-11-27 | update tests | Mark Mansi | -189/+16 |
| 2018-11-27 | Auto merge of #56264 - petrochenkov:typonly, r=nikomatsakis | bors | -0/+8 |
| 2018-11-27 | Auto merge of #56251 - scalexm:root-universe, r=nikomatsakis | bors | -1/+1 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -51/+65 |
| 2018-11-27 | resolve: Extern prelude is for type namespace only | Vadim Petrochenkov | -0/+8 |
| 2018-11-26 | test: Add basic test for VaList | Dan Robertson | -0/+243 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -34/+80 |
| 2018-11-27 | resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi... | Vadim Petrochenkov | -15/+39 |
| 2018-11-27 | resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition | Vadim Petrochenkov | -2/+88 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -0/+149 |
| 2018-11-27 | Remove duplicate tests for uniform paths | Vadim Petrochenkov | -312/+0 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -1/+1 |