| Age | Commit message (Expand) | Author | Lines |
| 2019-10-17 | reorder fmt docs for more clarity | Ralf Jung | -42/+61 |
| 2019-10-17 | Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelix | bors | -66/+73 |
| 2019-10-17 | Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoerister | bors | -876/+857 |
| 2019-10-17 | Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlively | bors | -603/+437 |
| 2019-10-16 | Remove PR runs, enable wasm32 CI, and move asmjs to disabled | Thomas Lively | -6/+2 |
| 2019-10-17 | Auto merge of #65234 - GuillaumeGomez:long-err-explanation-E0573, r=kinnison | bors | -5/+87 |
| 2019-10-16 | User should not change between emcc install and use | Thomas Lively | -12/+6 |
| 2019-10-16 | Update test expectations | Thomas Lively | -1/+1 |
| 2019-10-16 | Update test and add -O1 to wasm32 Dockerfile | Thomas Lively | -2/+3 |
| 2019-10-16 | Temporarily enable asmjs and wasm32 on PR CI | Thomas Lively | -0/+4 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -538/+377 |
| 2019-10-16 | Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakis | bors | -60/+72 |
| 2019-10-16 | Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-10-16 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-10-16 | Auto merge of #65172 - tanriol:explain_borrow-use-context-dominators, r=nagisa | bors | -1/+1 |
| 2019-10-16 | update ui tests | Guillaume Gomez | -4/+13 |
| 2019-10-16 | Add long error explanation for E0573 | Guillaume Gomez | -1/+74 |
| 2019-10-16 | Auto merge of #65450 - Manishearth:clippyup, r=Manishearth | bors | -11/+7 |
| 2019-10-15 | Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-Simulacrum | Tyler Mandry | -0/+7 |
| 2019-10-15 | Rollup merge of #65438 - Centril:almost, r=varkor | Tyler Mandry | -19/+27 |
| 2019-10-15 | Rollup merge of #65425 - nnethercote:optimize-BitIter, r=zackmdavis | Tyler Mandry | -21/+42 |
| 2019-10-15 | Rollup merge of #65402 - michaelwoerister:pgo-troubleshooting-docs, r=alexcri... | Tyler Mandry | -0/+11 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -13/+30 |
| 2019-10-15 | Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakis | Tyler Mandry | -13/+31 |
| 2019-10-15 | Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew... | Tyler Mandry | -2/+62 |
| 2019-10-15 | Rollup merge of #65307 - Phosphorus15:master, r=varkor | Tyler Mandry | -4/+43 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-15 | Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar... | Tyler Mandry | -230/+275 |
| 2019-10-15 | Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkor | Tyler Mandry | -43/+191 |
| 2019-10-15 | Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram... | Tyler Mandry | -3/+31 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -154/+247 |
| 2019-10-15 | Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper | Tyler Mandry | -1/+81 |
| 2019-10-15 | Update clippy | Manish Goregaokar | -11/+7 |
| 2019-10-15 | Remove some mentions of gensyms | Matthew Jasper | -3/+2 |
| 2019-10-15 | Remove gensyms | Matthew Jasper | -88/+9 |
| 2019-10-15 | Don't use `gensym_if_underscore` to resolve `_` bindings | Matthew Jasper | -63/+91 |
| 2019-10-16 | Optimize `BitSet` iteration. | Nicholas Nethercote | -13/+31 |
| 2019-10-16 | Add `BitIter::new()`. | Nicholas Nethercote | -10/+13 |
| 2019-10-15 | Implement AsRef<[T]> for List<T> | Santiago Pastorino | -0/+7 |
| 2019-10-15 | Avoid unused lifetime warning for lifetimes introduced when desugering async. | Giles Cope | -1/+81 |
| 2019-10-15 | rustc_metadata: address some review comments. | Eduard-Mihai Burtescu | -4/+20 |
| 2019-10-15 | rustc_metadata: don't use more space than needed, for each Table. | Eduard-Mihai Burtescu | -33/+21 |
| 2019-10-15 | rustc_metadata: replace Entry table with one table for each of its fields (Ao... | Eduard-Mihai Burtescu | -597/+469 |
| 2019-10-15 | rustc_metadata: use decoder::Metadata instead of &[u8] for Lazy<Table<T>>::get. | Eduard-Mihai Burtescu | -9/+19 |
| 2019-10-15 | rustc_metadata: generalize Table<T> to hold T, not Lazy<T>, elements. | Eduard-Mihai Burtescu | -48/+78 |
| 2019-10-15 | rustc_metadata: add a helper macro for recording into PerDefTable's. | Eduard-Mihai Burtescu | -127/+118 |
| 2019-10-15 | rustc_metadata: split tables into an usize-keyed Table and a DefIndex-keyed P... | Eduard-Mihai Burtescu | -37/+75 |
| 2019-10-15 | rustc_metadata: replace Lazy<[Table<T>]> with Lazy<Table<T>>. | Eduard-Mihai Burtescu | -18/+46 |
| 2019-10-15 | rustc_metadata: parametrize Table by element type. | Eduard-Mihai Burtescu | -38/+43 |
| 2019-10-15 | rustc_metadata: rename index::Index to table::Table. | Eduard-Mihai Burtescu | -23/+23 |