| Age | Commit message (Expand) | Author | Lines |
| 2018-09-08 | Rollup merge of #53315 - nikomatsakis:newtype-index, r=Mark-Simulacrum | kennytm | -4/+6 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -1/+2 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -3/+4 |
| 2018-09-06 | resolve_lifetime: types are not late-bound regions =) | Niko Matsakis | -0/+7 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -4/+13 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -1/+1 |
| 2018-08-30 | introduce Guard enum | F001 | -4/+13 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -49/+49 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -45/+48 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -42/+42 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -2/+5 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -3/+7 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -1/+5 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -3/+7 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -0/+2 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -0/+2 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -1/+1 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -23/+23 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-21 | Auto merge of #53444 - varkor:lib_features-conditional, r=michaelwoerister | bors | -12/+27 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -7/+1 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -7/+1 |
| 2018-08-21 | Iterate through all crates in stability.rs rather than lib_features.rs | varkor | -12/+27 |
| 2018-08-21 | Fixes for code review. | Kyle Simpson | -1/+0 |
| 2018-08-21 | New AccessLevel and accompanying propagation. | Kyle Simpson | -2/+3 |
| 2018-08-20 | Mark impl Trait Functions as reachable. (Fixes #50865) | Kyle Simpson | -0/+4 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -18/+5 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -6/+6 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -8/+12 |
| 2018-08-19 | Fix tidy check | varkor | -1/+1 |
| 2018-08-19 | Replace generics_require_inlining with generics.requires_monomorphization | varkor | -17/+4 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -15/+11 |
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -7/+1 |
| 2018-08-16 | Auto merge of #53397 - varkor:feature-collector-expand-visitor, r=nikomatsakis | bors | -55/+39 |
| 2018-08-15 | Visit all attributes for feature collection | varkor | -55/+39 |
| 2018-08-15 | Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj | bors | -686/+0 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -1/+1 |
| 2018-08-08 | Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister | bors | -4/+7 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -3/+4 |
| 2018-08-07 | rustc: Tweak visibility of some lang items | Alex Crichton | -4/+7 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -33/+244 |
| 2018-08-06 | Special-case "test" feature | varkor | -0/+4 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -1/+5 |
| 2018-08-05 | Improve query efficiency | varkor | -4/+6 |
| 2018-08-05 | Add special support for libc | varkor | -5/+3 |
| 2018-08-05 | Add support for feature attributes on macros | varkor | -4/+3 |