| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -695/+0 | |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -3/+3 | |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -0/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -39/+61 | |
| 2019-10-01 | Rollup merge of #63416 - RalfJung:apfloat, r=eddyb | Mazdak Farrokhzad | -1/+2 | |
| apfloat: improve doc comments r? @eddyb @nagisa | ||||
| 2019-08-28 | rustc_apfloat: make the crate #![no_std] explicitly. | Eduard-Mihai Burtescu | -16/+20 | |
| 2019-08-09 | apfloat: improve doc comments | Ralf Jung | -1/+2 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -1/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -3/+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-13 | Stabilize TryFrom and TryInto | Simon Sapin | -1/+0 | |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -15/+15 | |
| Cosmetic improvements to doc comments This has been factored out from https://github.com/rust-lang/rust/pull/58036 to only include changes to documentation comments (throughout the rustc codebase). r? @steveklabnik Once you're happy with this, maybe we could get it through with r=1, so it doesn't constantly get invalidated? (I'm not sure this will be an issue, but just in case...) Anyway, thanks for your advice so far! | ||||
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -15/+15 | |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 | |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 | |
| 2019-02-07 | librustc_apfloat => 2018 | Taiki Endo | -6/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 | |
| 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%. | ||||
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 | |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 | |
| Co-authored-by: nikomatsakis | ||||
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 | |
| 2018-08-09 | [nll] librustc_apfloat: enable feature(nll) for bootstrap | memoryruins | -0/+1 | |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 | |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 | |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -0/+1 | |
| This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e. | ||||
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 | |
| This permits easier iteration without having to worry about warnings being denied. Fixes #49517 | ||||
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -4/+0 | |
| Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features! | ||||
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -1/+1 | |
| Tracking issue: https://github.com/rust-lang/rust/issues/33417 | ||||
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 | |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 | |
| Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)` | ||||
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -6/+7 | |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -2/+0 | |
| Fixes #46038 | ||||
| 2017-11-07 | Make trans const eval error on overflow and NaN, matching HIR const eval. | Robin Kruppe | -1/+1 | |
| 2017-11-07 | Fix bug in rustc_apfloat | Robin Kruppe | -1/+1 | |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -4/+2 | |
| This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies | ||||
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -16/+13 | |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+4 | |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -1/+0 | |
| Fixes #41701. | ||||
| 2017-08-02 | rustc_apfloat: complete the IEEE & PPC implementations. | Eduard-Mihai Burtescu | -0/+2 | |
| 2017-08-02 | rustc_apfloat: stub IEEE & PPC implementations. | Eduard-Mihai Burtescu | -1/+3 | |
| 2017-08-02 | rustc_apfloat: introduce the base Float API. | Eduard-Mihai Burtescu | -0/+689 | |
