| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-09 | Remove sanitizer runtime crates | Tomasz Miąsko | -10/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -3/+5 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -2/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 | |
| 2019-02-06 | librustc_tsan => 2018 | Taiki Endo | -1/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -8/+0 | |
| This commit deletes the `alloc_system` crate from the standard distribution. This unstable crate is no longer needed in the modern stable global allocator world, but rather its functionality is folded directly into the standard library. The standard library was already the only stable location to access this crate, and as a result this should not affect any stable code. | ||||
| 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_tsan: 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-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 | |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -2/+1 | |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -1/+8 | |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -2/+2 | |
| Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release. | ||||
| 2017-02-08 | sanitizer support | Jorge Aparicio | -0/+20 | |
