| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2013-09-17 | Disabled tests which now fail on Windows+mingw4.0 due to GCC 4.8 ABI change (... | Vadim Chugunov | -0/+6 |
| 2013-09-17 | Tests for fixed issues. | Huon Wilson | -0/+166 |
| 2013-09-16 | auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestinger | bors | -0/+10 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -96/+96 |
| 2013-09-16 | testsuite: Add test for #4208 | Tim Chevalier | -0/+40 |
| 2013-09-16 | auto merge of #9192 : Kimundi/rust/master, r=huonw | bors | -0/+153 |
| 2013-09-16 | Corrected a few small style issues | Marvin Löbel | -1/+1 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -0/+153 |
| 2013-09-16 | auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton | bors | -0/+2 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -0/+10 |
| 2013-09-16 | Ignore failing tests on Android | Seo Sanghyeon | -0/+2 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -0/+45 |
| 2013-09-15 | auto merge of #9168 : michaelwoerister/rust/traits, r=jdm | bors | -0/+347 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -36/+36 |
| 2013-09-15 | debuginfo: Fix style nits for pull request. | Michael Woerister | -2/+0 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -6/+6 |
| 2013-09-15 | debuginfo: Added test cases for recursive structs. | Michael Woerister | -0/+315 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -0/+34 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -4/+3 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -3/+5 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -0/+45 |
| 2013-09-15 | remove old internal iterator range tests | Daniel Micay | -254/+0 |