| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -13/+0 | |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 | |
| 2019-10-25 | Update bitflags | varkor | -1/+1 | |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 | |
| Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that! | ||||
| 2019-02-07 | librustc_apfloat => 2018 | Taiki Endo | -0/+1 | |
| 2018-12-10 | Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. | Nicholas Nethercote | -1/+1 | |
| 2018-11-09 | Use `SmallVec` to avoid allocations in `from_decimal_string`. | Nicholas Nethercote | -0/+1 | |
| This reduces the number of allocations in a "check clean" build of `tuple-stress` by 14%, reducing instruction counts by 0.6%. | ||||
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -1/+2 | |
| 2017-08-02 | rustc_apfloat: introduce the base Float API. | Eduard-Mihai Burtescu | -0/+11 | |
