| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 | |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -1/+1 | |
| Conflicts: src/test/auxiliary/static-function-pointer-aux.rs src/test/auxiliary/trait_default_method_xc_aux.rs src/test/run-pass/issue-4545.rs | ||||
| 2015-03-27 | Unquote all crate names without underscores | Richo Healey | -1/+1 | |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -0/+2 | |
| Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work. | ||||
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 | |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -1/+1 | |
| Fixes #21833. [breaking-change] | ||||
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -0/+25 | |
| Fixes #16803. Fixes #14342. Fixes half of #21827 -- slice syntax is still broken. | ||||
