| Age | Commit message (Expand) | Author | Lines |
| 2018-07-18 | use the adjusted type for cat_pattern in tuple patterns | Ariel Ben-Yehuda | -1/+1 |
| 2018-07-03 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -2/+3 |
| 2018-07-03 | rename `pat_ty` to `pat_ty_adjusted` for clarity | Niko Matsakis | -4/+4 |
| 2018-06-03 | change `PointerKind::Implicit` to a note | Niko Matsakis | -47/+54 |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -2/+2 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -83/+82 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -5/+6 |
| 2018-05-04 | Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko... | kennytm | -5/+6 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -83/+82 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -12/+0 |
| 2018-05-01 | Use two vectors in nearest_common_ancestor. | Nicholas Nethercote | -5/+6 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -9/+0 |
| 2018-04-30 | Remove unused error variants | Oliver Schneider | -4/+1 |
| 2018-04-30 | Correct unused field warning on struct match container patterns | varkor | -7/+22 |
| 2018-04-30 | Correct unused field warning on box struct match | varkor | -2/+3 |
| 2018-04-30 | Correct unused field warning on &struct match | varkor | -9/+19 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -3/+3 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -2/+2 |
| 2018-04-25 | Auto merge of #50106 - nnethercote:nearest_common_ancestor, r=nikomatsakis | bors | -80/+60 |
| 2018-04-25 | Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth | bors | -0/+11 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -1/+3 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -0/+2 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -0/+1 |
| 2018-04-20 | Speed up `nearest_common_ancestor()`. | Nicholas Nethercote | -80/+60 |
| 2018-04-20 | Fix a copy-and-paste bug in nearest_common_ancestor. | Nicholas Nethercote | -1/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -23/+0 |
| 2018-04-17 | Don't run unused variable pass for stuff generated by #[derive()] | Manish Goregaokar | -0/+11 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -10/+35 |
| 2018-04-13 | Move `path_len` to ExternCrate | Shotaro Yamada | -11/+8 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -43/+49 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -76/+20 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -19/+20 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -10/+38 |
| 2018-04-10 | Make Session.injected_panic_runtime thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.dependency_formats thread-safe | John Kåre Alsaker | -1/+2 |
| 2018-04-10 | Combine Session.entry_fn and Session.entry_type and make them thread-safe | John Kåre Alsaker | -11/+10 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -5/+6 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -1/+1 |
| 2018-04-08 | Auto merge of #49714 - nikomatsakis:issue-49631, r=eddyb | bors | -4/+33 |
| 2018-04-07 | Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer... | bors | -10/+19 |
| 2018-04-06 | Fix some rebasing fallout. | Michael Woerister | -2/+2 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -25/+63 |
| 2018-04-05 | make mem-categorization use adjusted type for patterns | Niko Matsakis | -4/+33 |
| 2018-04-05 | Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton | kennytm | -2/+2 |
| 2018-04-04 | Fix another circulare deps link args issue | Alex Crichton | -10/+19 |
| 2018-04-04 | Updated codeblocks to specify language where required. | David Wood | -2/+2 |