| Age | Commit message (Expand) | Author | Lines |
| 2018-10-23 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -1/+1 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -2/+2 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -1/+1 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -2/+2 |
| 2018-09-10 | make `add_pre_expansion_builtin` add a pre-expansion lint | Niko Matsakis | -1/+1 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-07 | Rollup merge of #53550 - brson:recurring, r=estebank | kennytm | -4/+4 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -1/+1 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -28/+41 |
| 2018-08-31 | Add deprecated_name argument to the register lint group functions | flip1995 | -1/+1 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -3/+3 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -4/+3 |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -35/+49 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -3/+3 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -13/+7 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -4/+3 |
| 2018-08-28 | Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakis | bors | -7/+7 |
| 2018-08-28 | Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakis | bors | -4/+2 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -7/+7 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -7/+7 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -5/+5 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Fix anon param + make it allow-by-def | Mark Mansi | -2/+2 |
| 2018-08-27 | oops | Mark Mansi | -3/+1 |
| 2018-08-27 | warn on anon params in 015 | Mark Mansi | -1/+1 |
| 2018-08-27 | switch validation to use operand, not mplace | Ralf Jung | -13/+7 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -3/+4 |
| 2018-08-24 | Rollup merge of #53563 - matthiaskrgr:String, r=varkor | kennytm | -2/+2 |
| 2018-08-24 | Rollup merge of #53559 - Dylan-DPC:fix/missing-doc-lint, r=kennytm | kennytm | -1/+2 |
| 2018-08-24 | Turn the error for module-relative access to macro-expanded `macro_export` ma... | Vadim Petrochenkov | -1/+6 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -2/+2 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -16/+16 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -3/+3 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -24/+24 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -3/+3 |
| 2018-08-22 | optimize sanity check path printing | Ralf Jung | -3/+3 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -11/+10 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-08-21 | add macro check for lint | dylan_DPC | -1/+2 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -2/+2 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -1/+1 |
| 2018-08-20 | librustc_lint: In recursion warning, change 'recurring' to 'recursing' | Brian Anderson | -4/+4 |