| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-19 | FIXME(2665) remove fixme since the c files are included by the testsuite | Niv Kaminer | -5/+1 |
| 2018-02-24 | Remove directory `src/rt` | Vadim Petrochenkov | -0/+286 |
| 2016-05-06 | remove stray files in auxiliary directory | Niko Matsakis | -55/+0 |
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -8835/+0 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -54/+0 |
| 2016-04-26 | Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichton | Manish Goregaokar | -0/+55 |
| 2016-04-24 | Check reachability for inlined extern links too | mitaa | -0/+14 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -1/+1 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -0/+41 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -0/+66 |
| 2016-04-18 | rustbuild: Add support for compiletest test suites | Alex Crichton | -0/+0 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -0/+22 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -0/+44 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -0/+23 |
| 2016-04-16 | Add tests for `pub(restricted)` | Jeffrey Seyfried | -0/+23 |
| 2016-04-15 | Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakis | bors | -1/+39 |
| 2016-04-15 | Add initial version of codegen unit partitioning for incremental compilation. | Michael Woerister | -1/+39 |
| 2016-04-14 | trans: always register an item's symbol, even if duplicated. | Eduard Burtescu | -0/+27 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -0/+0 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -6/+2 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -0/+21 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -1/+1 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -2/+2 |
| 2016-03-29 | Use weak_odr linkage when reusing definitions across codegen units | Björn Steinbrink | -0/+66 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -0/+23 |
| 2016-03-25 | Use new symbol names for items of various kinds. | Michael Woerister | -0/+0 |
| 2016-03-25 | Make monomorphized functions use stable symbol names. | Michael Woerister | -0/+0 |
| 2016-03-22 | Omit `pub` for inlined variant-struct fields | mitaa | -0/+15 |
| 2016-03-15 | Auto merge of #32250 - durka:derive-31574, r=alexcrichton | bors | -0/+40 |
| 2016-03-14 | Test fixes, added README for tests | Aaron Turon | -4/+8 |
| 2016-03-14 | Adjust tests for feature gate, and add tests for the gate itself | Aaron Turon | -0/+4 |
| 2016-03-14 | Add basic specialization tests, including for default item | Aaron Turon | -2/+131 |
| 2016-03-14 | refactor derive-no-std test, add empty struct/enum | Alex Burka | -0/+40 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -2/+6 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -4/+7 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+4 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -2/+6 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -34/+38 |
| 2016-03-07 | Change MirPass to also take NodeId | Simonas Kazlauskas | -1/+3 |
| 2016-03-06 | Split out rustdoc pass to strip private imports | mitaa | -0/+9 |
| 2016-03-04 | Add Pass manager for MIR | Simonas Kazlauskas | -4/+5 |
| 2016-03-03 | Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis | bors | -2/+2 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -7/+1 |
| 2016-02-26 | Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton | bors | -0/+18 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -0/+18 |
| 2016-02-26 | Fix fallout in tests | Jeffrey Seyfried | -2/+2 |
| 2016-02-25 | Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichton | bors | -0/+17 |
| 2016-02-25 | Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis | Manish Goregaokar | -0/+1 |