| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -33/+0 | |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 | |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+1 | |
| Spring cleaning is here! In the Fall! This commit removes quite a large amount of deprecated functionality from the standard libraries. I tried to ensure that only old deprecated functionality was removed. This is removing lots and lots of deprecated features, so this is a breaking change. Please consult the deprecation messages of the deleted code to see how to migrate code forward if it still needs migration. [breaking-change] | ||||
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 | |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 | |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -2/+0 | |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -1/+1 | |
| Closes #11035 | ||||
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+2 | |
| This replaces the link meta attributes with a pkgid attribute and uses a hash of this as the crate hash. This makes the crate hash computable by things other than the Rust compiler. It also switches the hash function ot SHA1 since that is much more likely to be available in shell, Python, etc than SipHash. Fixes #10188, #8523. | ||||
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 | |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 | |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 | |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ↵ | Patrick Walton | -1/+1 | |
| slipped through. r=tjc | ||||
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -15/+9 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 | |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -1/+6 | |
| 2012-09-25 | Respect privacy qualifiers on view items, add to import resolutions. | Graydon Hoare | -0/+1 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -1/+7 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-08-16 | Attempt to get issue 3012 test working on win32. | Graydon Hoare | -0/+1 | |
| 2012-08-15 | Test case for #3012 | Tim Chevalier | -0/+12 | |
