| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Rollup merge of #51329 - kennytm:trans-left-over, r=oli-obk | Mark Simulacrum | -2/+0 |
| 2018-06-03 | Rollup merge of #51288 - Mark-Simulacrum:delete-is-import, r=eddyb | Mark Simulacrum | -5/+1 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -5/+1 |
| 2018-06-04 | Remove the unused `-Z trans-time-graph` flag. | kennytm | -2/+0 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -3/+3 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -3/+6 |
| 2018-06-02 | Rollup merge of #51291 - evincarofautumn:master, r=oli-obk | Mark Simulacrum | -5/+5 |
| 2018-06-02 | Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddyb | bors | -0/+16 |
| 2018-06-02 | Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=... | bors | -13/+30 |
| 2018-06-02 | Fix typos of 'ambiguous' | Jon Purdy | -5/+5 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -13/+30 |
| 2018-06-01 | also check `let` arms and nested patterns for mutable borrows | Niko Matsakis | -0/+16 |
| 2018-06-01 | Add Sync impl for Slice | John Kåre Alsaker | -0/+2 |
| 2018-06-01 | Assert that GlobalCtxt is Sync | John Kåre Alsaker | -1/+3 |
| 2018-06-01 | Have worker-local GlobalArenas | John Kåre Alsaker | -4/+4 |
| 2018-06-01 | Ensure ImplicitCtxt is Sync | John Kåre Alsaker | -1/+5 |
| 2018-06-01 | Fix optimization_fuel | John Kåre Alsaker | -1/+2 |
| 2018-06-01 | Remove outdated AllocId decoding function. | Michael Woerister | -42/+1 |
| 2018-06-01 | Make const decoding from the incremental cache thread-safe. | Michael Woerister | -41/+180 |
| 2018-05-31 | Stabilize short error format | Guillaume Gomez | -13/+1 |
| 2018-05-31 | Auto merge of #51235 - nikomatsakis:issue-51117-borrowck-implicit-deref, r=eddyb | bors | -53/+79 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -53/+79 |
| 2018-05-31 | Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakis | bors | -75/+77 |
| 2018-05-31 | Auto merge of #51145 - petrochenkov:npbot, r=alexcrichton | bors | -1/+1 |
| 2018-05-31 | Auto merge of #51220 - nikomatsakis:issue-51008-false-positive-lifetime-must-... | bors | -48/+82 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -1/+1 |
| 2018-05-30 | also reset anon-param-mode for `fn()` types | Niko Matsakis | -11/+16 |
| 2018-05-30 | reset the "anonymous lifetime mode" for parenthesized where clauses | Niko Matsakis | -37/+66 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -13/+13 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -22/+13 |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -19/+19 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -13/+22 |
| 2018-05-30 | rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData. | Eduard-Mihai Burtescu | -17/+17 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -57/+59 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -86/+76 |
| 2018-05-30 | Auto merge of #51017 - estebank:crate-name-in-path, r=michaelwoerister | bors | -1/+5 |
| 2018-05-29 | rust-lang/rust#27282: emit `ReadForMatch` on each match arm. | Felix S. Klock II | -0/+17 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -0/+14 |
| 2018-05-29 | Debug flag to bypass restriction of mutation in match guards. | Felix S. Klock II | -0/+8 |
| 2018-05-29 | Use polonius_output | Santiago Pastorino | -1/+1 |
| 2018-05-29 | expose -Zpolonius flag | Douglas Campos | -0/+2 |
| 2018-05-29 | bump polonius engine | Douglas Campos | -1/+1 |
| 2018-05-29 | Auto merge of #50475 - csmoe:debr, r=nikomatsakis | bors | -147/+314 |
| 2018-05-28 | change to 0-based indices | Niko Matsakis | -12/+12 |
| 2018-05-28 | make depth private | Niko Matsakis | -1/+1 |
| 2018-05-28 | remove use of depth from `TyS` and replace with a debruijn index | Niko Matsakis | -32/+72 |
| 2018-05-28 | convert `LateBoundRegionsCollector` to track a debruijn index | Niko Matsakis | -6/+15 |
| 2018-05-28 | replace use of DebruijnIndex in `for_each_free_region` | Niko Matsakis | -5/+25 |
| 2018-05-28 | refactor `resolve_lifetime` to track outer-index, not depth | Niko Matsakis | -15/+11 |