| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-07 | Rename RELEASES.txt to RELEASES.md. It's markdown. | Brian Anderson | -1079/+0 | |
| 2014-07-05 | Update RELEASES.txt | Patrick Yevsukov | -3/+3 | |
| Fix Typos | ||||
| 2014-06-30 | Updated release notes for 0.11.0 | Alex Crichton | -0/+132 | |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 | |
| 2014-04-02 | Minor adjustments to the 0.10 release notes. | Huon Wilson | -9/+17 | |
| Mention another lint, fix a typo, and rearrange some things. | ||||
| 2014-03-30 | Add draft 0.10 release notes | Alex Crichton | -0/+158 | |
| 2014-03-07 | Explicitly write down 0.1 release date in RELEASES.txt, to confirm Rust's ↵ | Liigo Zhuang | -2/+2 | |
| birthday. | ||||
| 2014-01-06 | More 0.9 release notes | Brian Anderson | -1/+12 | |
| 2014-01-01 | Update RELEASES.txt for 0.9 | Brian Anderson | -3/+149 | |
| 2013-10-16 | remove the rusti command | Daniel Micay | -0/+8 | |
| Closes #9818 Closes #9567 Closes #8924 Closes #8910 Closes #8392 Closes #7692 Closes #7499 Closes #7220 | ||||
| 2013-09-25 | 0.8 will be in September | Brian Anderson | -2/+2 | |
| 2013-09-23 | More 0.8 release notes | Brian Anderson | -0/+8 | |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -1/+2 | |
| Removes old rustdoc, moves rustdoc_ng into its place instead (plus drops the _ng suffix). Also shreds all reference to rustdoc_ng from the Makefile rules. | ||||
| 2013-09-21 | auto merge of #9374 : alexcrichton/rust/rustdoc-web, r=cmr | bors | -0/+1 | |
| This large commit implements and `html` output option for rustdoc_ng. The executable has been altered to be invoked as "rustdoc_ng html <crate>" and it will dump everything into the local "doc" directory. JSON can still be generated by changing 'html' to 'json'. This also fixes a number of bugs in rustdoc_ng relating to comment stripping, along with some other various issues that I found along the way. The `make doc` command has been altered to generate the new documentation into the `doc/ng/$(CRATE)` directories. Previews * http://www.contrib.andrew.cmu.edu/~acrichto/doc/std/ * http://www.contrib.andrew.cmu.edu/~acrichto/doc/extra/ Missing features * Different versions of documentation on the same page (all possibly indexed as well?) I think that this needs to be thought out before action is taken. It's an awesome idea, but it should be done carefully. * Source links are missing. This is a little dependent on getting versions working. In theory we should link back to github, but we should always link back to the exact version the documentation was generated from. * Integration with other tools. It would be awesome to have rustpkg-style inference of the package name and version so they don't have to be specified anywhere. Additionally, I should be able to build documentation for a pkgid, not necessarily a crate file. cc @cmr/@Seldaek | ||||
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -0/+1 | |
| This large commit implements and `html` output option for rustdoc_ng. The executable has been altered to be invoked as "rustdoc_ng html <crate>" and it will dump everything into the local "doc" directory. JSON can still be generated by changing 'html' to 'json'. This also fixes a number of bugs in rustdoc_ng relating to comment stripping, along with some other various issues that I found along the way. The `make doc` command has been altered to generate the new documentation into the `doc/ng/$(CRATE)` directories. | ||||
| 2013-09-20 | auto merge of #9349 : brson/rust/relnotes, r=thestinger | bors | -3/+4 | |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -2/+2 | |
| Many people will be very confused that their debug! statements aren't working when they first use rust only to learn that they should have been building with `--cfg debug` the entire time. This inverts the meaning of the flag to instead of enabling debug statements, now it disables debug statements. This way the default behavior is a bit more reasonable, and requires less end-user configuration. Furthermore, this turns on debug by default when building the rustc compiler. | ||||
| 2013-09-20 | Add a note about improved rustc perf to 0.8 relnotes | Brian Anderson | -0/+1 | |
| 2013-09-20 | Fix spelling and phrasing in 0.8 release notes | Brian Anderson | -3/+3 | |
| 2013-09-18 | 0.8 release notes | Brian Anderson | -0/+145 | |
| 2013-06-30 | More 0.7 release notes | Brian Anderson | -30/+35 | |
| 2013-06-27 | docs: Mention rustpkg in release notes | Tim Chevalier | -0/+1 | |
| 2013-06-26 | More 0.7 release notes | Brian Anderson | -8/+17 | |
| 2013-06-24 | Implement the fixed output size versions of the SHA-2 digest functions. | Palmer Cox | -0/+1 | |
| 2013-06-21 | Minor doc updates to reflect #[deriving(Zero)], and small release notes ↵ | Huon Wilson | -5/+6 | |
| adjustments. The `extra::fileinput` module landed just after 0.6 was released, and there are many more derivable traits. | ||||
| 2013-06-21 | More 0.7 release notes | Brian Anderson | -2/+9 | |
| 2013-06-16 | More 0.7 release notes | Brian Anderson | -8/+62 | |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+1 | |
| 2013-06-13 | Add some 0.7 release notes | Brian Anderson | -3/+28 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -3/+3 | |
| 2013-04-15 | update RELEASES.txt | Daniel Micay | -1/+13 | |
| 2013-03-31 | Update RELEASES.txt | Luqman Aden | -1/+5 | |
| Fix typo and add fixed length vec changes. | ||||
| 2013-03-28 | 0.6 will be in April | Brian Anderson | -1/+1 | |
| 2013-03-27 | auto merge of #5567 : jbclements/rust/release-note-macro-escape, r=thestinger | bors | -0/+2 | |
| 2013-03-26 | added note about #[macro_escape] | John Clements | -0/+2 | |
| 2013-03-26 | Update 0.6 release notes | Brian Anderson | -16/+17 | |
| 2013-03-26 | add deriving changes to release notes | Andrew Paseltiner | -0/+3 | |
| 2013-03-25 | RELEASES.txt: wrong tick-mark | Graydon Hoare | -1/+1 | |
| 2013-03-25 | RELEASES.txt: Mention asm!, add cset count and a hyphen. | Graydon Hoare | -3/+7 | |
| 2013-03-22 | Edit release notes a bit | Tim Chevalier | -9/+9 | |
| 2013-03-13 | work on release notes | Daniel Micay | -6/+11 | |
| * make the changes regarding move semantics clearer * expand on the container work | ||||
| 2013-03-11 | Work on 0.6 release notes | Brian Anderson | -2/+79 | |
| 2013-02-06 | `core::send_map` renamed to `core::hashmap` | kud1ing | -0/+6 | |
| Encountered this while trying to port rustsqlite to rust 0.6 | ||||
| 2012-12-19 | Mention module/type namespace merge in release notes | Brian Anderson | -0/+3 | |
| 2012-12-18 | Mention flatpipes in release notes | Brian Anderson | -0/+1 | |
| 2012-12-18 | 'trait constraints' -> 'trait inheritance' | Brian Anderson | -1/+1 | |
| 2012-12-17 | ~900 changes in 0.5 | Brian Anderson | -1/+1 | |
| 2012-12-17 | Mention license change in release notes | Brian Anderson | -3/+4 | |
| 2012-12-16 | Mention priority queue in release notes | Brian Anderson | -0/+1 | |
| 2012-12-14 | Use the term 'trait constraints' instead of 'inheritance' in release notes | Brian Anderson | -1/+1 | |
