| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-05 | Fix test/debuginfo | varkor | -1/+0 | |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -1/+0 | |
| Fixes #46038 | ||||
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+1 | |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -2/+0 | |
| This primarily removes a lot of `sync::Static*` APIs and rejiggers the associated implementations. While doing this it was discovered that the `is_poisoned` method can actually result in a data race for the Mutex/RwLock primitives, so the inner `Cell<bool>` was changed to an `AtomicBool` to prevent the associated data race. Otherwise the usage/gurantees should be the same they were before. | ||||
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -0/+1 | |
| Closes #28091. | ||||
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 | |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+1 | |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -3/+3 | |
| 2015-04-29 | Re-enable tests on Android | Tamir Duberstein | -1/+0 | |
| Addresses part of #10381. | ||||
| 2015-04-28 | #10381: Warnings | Tamir Duberstein | -2/+1 | |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 | |
| 2015-03-05 | debuginfo: Add `debuginfo::with_source_location_override()` function... | Michael Woerister | -0/+67 | |
| ... and use it to fix a debug-location issue with constants. | ||||
