| Age | Commit message (Expand) | Author | Lines |
| 2019-07-16 | Change all run-pass hygiene tests to `ui` tests | Matthew Jasper | -1177/+0 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -2/+2 |
| 2019-07-15 | pprust: Use `print_mac_common` for attributes | Vadim Petrochenkov | -1/+1 |
| 2019-07-13 | Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix | bors | -0/+64 |
| 2019-07-12 | Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper | Mazdak Farrokhzad | -31/+18 |
| 2019-07-12 | Rollup merge of #61535 - ohadravid:test-generic-with-default-assiociated-type... | Mazdak Farrokhzad | -0/+36 |
| 2019-07-12 | rustc_codegen_ssa: fix range check in codegen_get_discr. | Eduard-Mihai Burtescu | -0/+64 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -8/+5 |
| 2019-07-11 | Replace unsafe_destructor_blind_to_params with may_dangle | Lzu Tao | -26/+16 |
| 2019-07-11 | Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandry | Mazdak Farrokhzad | -355/+0 |
| 2019-07-09 | Added a test for coherence when a generic type param has a default value from... | Ohad Ravid | -0/+36 |
| 2019-07-07 | Collect library features from non-exported macros | Vadim Petrochenkov | -1/+1 |
| 2019-07-06 | Move the test async-fn-size-moved-locals to ui | Andrew Xu | -98/+0 |
| 2019-07-06 | Remove duplicated arc_wake.rs | Andrew Xu | -123/+0 |
| 2019-07-06 | Move async-await tests from run-pass to ui | Andrew Xu | -134/+0 |
| 2019-07-06 | while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. | Mazdak Farrokhzad | -10/+0 |
| 2019-07-05 | Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa | Mazdak Farrokhzad | -0/+82 |
| 2019-07-05 | Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=Centril | Mazdak Farrokhzad | -0/+328 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -52/+0 |
| 2019-07-05 | Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj | Mazdak Farrokhzad | -10/+10 |
| 2019-07-05 | Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung | Mazdak Farrokhzad | -13/+0 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -0/+82 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+8 |
| 2019-07-04 | Create async version of the dynamic-drop test | Matthew Jasper | -0/+328 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -13/+0 |
| 2019-07-04 | Rollup merge of #62258 - petrochenkov:idclean, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-04 | Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelix | Mazdak Farrokhzad | -0/+21 |
| 2019-07-04 | Reduce reliance on feature(await_macro). | Mazdak Farrokhzad | -10/+10 |
| 2019-07-03 | Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakis | Mark Rousskov | -0/+26 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -0/+160 |
| 2019-07-01 | syntax: Unsupport `foo! bar { ... }` macros in the parser | Vadim Petrochenkov | -1/+1 |
| 2019-07-01 | Auto merge of #62253 - Centril:rollup-115uuuq, r=Centril | bors | -1/+5 |
| 2019-07-01 | Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche... | bors | -60/+0 |
| 2019-06-30 | Fix run-pass tests | varkor | -1/+5 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -52/+0 |
| 2019-06-29 | wfcheck: resolve the type-vars in `AdtField` types | Ariel Ben-Yehuda | -0/+21 |
| 2019-06-28 | Use RequiresStorage to determine which locals can overlap | Tyler Mandry | -4/+18 |
| 2019-06-28 | Add size tests for moved locals in generators | Tyler Mandry | -0/+146 |
| 2019-06-28 | Move async-fn-size test to async-await/ | Tyler Mandry | -2/+2 |
| 2019-06-28 | Add regression test for #60709 | Tyler Mandry | -0/+28 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -13/+0 |
| 2019-06-27 | std: Move a process test out of libstd | Alex Crichton | -0/+26 |
| 2019-06-25 | Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix | bors | -83/+0 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -0/+34 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -7/+0 |
| 2019-06-22 | Move run-pass test to run-pass/generator | Aaron Hill | -0/+6 |
| 2019-06-22 | Change how we compute yield_in_scope | Aaron Hill | -0/+16 |
| 2019-06-22 | Fix HIR visit order | Aaron Hill | -0/+12 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -13/+0 |
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -83/+0 |