| Age | Commit message (Expand) | Author | Lines |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -15/+16 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -2/+2 |
| 2014-10-10 | auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger | bors | -0/+64 |
| 2014-10-09 | Disable no-stack-check test on Windows | Keegan McAllister | -0/+6 |
| 2014-10-09 | Add tests for no-stack-check attr and codegen option | Keegan McAllister | -0/+58 |
| 2014-10-09 | test: Convert statics to constants | Alex Crichton | -8/+3 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+57 |
| 2014-10-04 | Add tests for intrinsics::unreachable | Keegan McAllister | -0/+57 |
| 2014-10-02 | test: Don't depend on /bin/bash | Alex Crichton | -1/+1 |
| 2014-10-02 | auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton | bors | -0/+68 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -52/+0 |
| 2014-10-01 | Make --dep-info escape spaces in filenames | John Gallagher | -0/+68 |
| 2014-09-29 | rollup merge of #17619 : wizeman/fix-perm | Alex Crichton | -0/+36 |
| 2014-09-29 | rollup merge of #17531 : tomjakubowski/rustdoc-where-clauses | Alex Crichton | -0/+55 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -0/+55 |
| 2014-09-29 | rustc: Fix permission denied error in 'ar' when lto is enabled | Ricardo M. Correia | -0/+36 |
| 2014-09-25 | Fix various places that were affected by adding core as dep of libc | Niko Matsakis | -0/+2 |
| 2014-09-23 | rustdoc: Don't try to inline the crate root | Alex Crichton | -1/+52 |
| 2014-09-23 | rustdoc: Prevent infinite recursion when inlining | Alex Crichton | -0/+35 |
| 2014-09-21 | Move -Z lto to -C lto. | Colin Davidson | -4/+4 |
| 2014-09-12 | Add regression test for #17186 | Brian Koropoff | -0/+35 |
| 2014-09-07 | Added test for link path ordering | inrustwetrust | -0/+45 |
| 2014-09-05 | don't leave unwanted temporary files with --emit=ir/asm | Stuart Pernsteiner | -5/+34 |
| 2014-09-05 | add tests for separate compilation | Stuart Pernsteiner | -0/+149 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -2/+2 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -0/+58 |
| 2014-08-30 | rustc: implement a pretty mode to print ident/name's ctxt & gensyms. | Huon Wilson | -0/+58 |
| 2014-08-29 | auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmr | bors | -0/+79 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -559/+829 |
| 2014-08-26 | Add a simple test for rustdoc search index contents | SiegeLord | -0/+79 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -2/+2 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -27/+27 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -1/+1 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -1/+1 |
| 2014-08-19 | Add fix for test on windows. | Luqman Aden | -0/+2 |
| 2014-08-18 | Add test for passing/getting packed structs with ffi. | Luqman Aden | -0/+46 |
| 2014-08-18 | Remove workaround of #13793/#10872 | klutzy | -5/+0 |
| 2014-08-15 | Properly canonicalize crate paths specified via --extern | Björn Steinbrink | -0/+63 |
| 2014-08-13 | rustc lexer: regression tests for embedded Idents. | Felix S. Klock II | -0/+72 |
| 2014-08-12 | auto merge of #16434 : vadimcn/rust/many-crates-but-no-match, r=alexcrichton | bors | -2/+2 |
| 2014-08-11 | Fix many-crates-but-no-match test. (Issue #16348) | Vadim Chugunov | -2/+2 |
| 2014-08-09 | Fix misspelled comments for tests. | Joseph Crail | -1/+1 |
| 2014-08-09 | auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichton | bors | -3/+12 |
| 2014-08-09 | auto merge of #16326 : pnkfelix/rust/fsk-add-path-suffix-lookup, r=huonw | bors | -0/+82 |
| 2014-08-09 | pretty printer: Added some `run-make` tests of path-suffix lookup functionality. | Felix S. Klock II | -0/+82 |
| 2014-08-09 | auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichton | bors | -0/+26 |
| 2014-08-09 | move a test into a run make, to check external affect rather than | Huon Wilson | -0/+26 |
| 2014-08-08 | don't translate items when monomorphizing foreign-ABI functions | Stuart Pernsteiner | -3/+12 |
| 2014-08-05 | Add new tests for extern and foreign fns and name mangling. | Russell | -0/+40 |