| Age | Commit message (Expand) | Author | Lines |
| 2020-05-06 | test: Fix warnings in `rust_test_helpers.c` | Vadim Petrochenkov | -0/+2 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -0/+29 |
| 2020-02-08 | test: address comments and pacify the merciless tidy. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-02-08 | Add non-C-like enumeration tests on Rust->C calls to the abi-sysv64-arg-passi... | John VanEnk | -0/+84 |
| 2020-02-04 | Add tests for RISC-V C ABI | msizanoen1 | -0/+29 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -0/+23 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -5/+12 |
| 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 |