| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -31/+31 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -163/+394 |
| 2013-09-25 | Fix run-pass tests to have 'pub fn main' | Alex Crichton | -143/+143 |
| 2013-09-24 | auto merge of #9335 : alexcrichton/rust/issue-7945, r=thestinger | bors | -0/+61 |
| 2013-09-24 | Disallow char literals which should be escaped | Alex Crichton | -0/+61 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -21/+21 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -21/+21 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -20/+251 |
| 2013-09-23 | auto merge of #9454 : alexcrichton/rust/snapshot, r=thestinger | bors | -26/+1 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -26/+1 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -24/+16 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -883/+174 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -0/+9 |
| 2013-09-23 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -1/+26 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -5/+5 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-21 | drop `extra::par` | Daniel Micay | -518/+0 |
| 2013-09-20 | auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu... | bors | -2/+132 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -3/+3 |
| 2013-09-20 | auto merge of #9332 : eugals/rust/master, r=alexcrichton | bors | -0/+1 |
| 2013-09-20 | auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brson | bors | -21/+21 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -16/+14 |
| 2013-09-19 | auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichton | bors | -0/+156 |
| 2013-09-19 | auto merge of #9285 : sfackler/rust/future, r=alexcrichton | bors | -4/+23 |
| 2013-09-20 | fixed another test. | Felix S. Klock II | -2/+2 |
| 2013-09-20 | fix bug in test. | Felix S. Klock II | -2/+2 |
| 2013-09-20 | Resolves third bullet of #4691, and adds tests for it. Fix #4691. | Felix S. Klock II | -0/+130 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -6/+6 |
| 2013-09-19 | lexer: further slight improvements to lexer errors | Benjamin Herr | -1/+1 |
| 2013-09-19 | auto merge of #9295 : alexcrichton/rust/fix-lang-items, r=thestinger | bors | -0/+15 |
| 2013-09-19 | pacified test/run-pass/core-run-destroy on Win7x64 | Evgeny Sologubov | -0/+1 |
| 2013-09-19 | Removed future's destructor | Steven Fackler | -0/+19 |
| 2013-09-19 | lexer: show correct span on lexical errors | Benjamin Herr | -0/+156 |
| 2013-09-19 | auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonw | bors | -0/+4 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -21/+21 |
| 2013-09-19 | auto merge of #9267 : Kimundi/rust/master, r=huonw | bors | -3/+3 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -3/+3 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -46/+0 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -16/+14 |
| 2013-09-18 | tests: Remove crate_map from start. | Luqman Aden | -1/+26 |
| 2013-09-18 | Allow trailing commas in format! | Alex Crichton | -0/+4 |
| 2013-09-18 | Renumber the lang items correctly | Alex Crichton | -0/+15 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -46/+0 |
| 2013-09-18 | auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichton | bors | -2/+13 |
| 2013-09-18 | auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brson | bors | -0/+6 |
| 2013-09-17 | Added support for a `\0` escape sequence. | Daniel Rosenwasser | -0/+44 |
| 2013-09-17 | pp: also print bounds in paths with no generic params | Benjamin Herr | -2/+13 |
| 2013-09-17 | Prevent a rare linkage issue with an xcrate static | Alex Crichton | -0/+37 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -96/+96 |
| 2013-09-17 | auto merge of #9225 : huonw/rust/closing-time, r=alexcrichton | bors | -0/+166 |