| Age | Commit message (Expand) | Author | Lines |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -0/+1 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -1/+2 |
| 2017-05-13 | Rollup merge of #41946 - qnighy:disallow-dot-underscore-in-float, r=petrochenkov | Mark Simulacrum | -0/+32 |
| 2017-05-13 | Rollup merge of #41939 - eddyb:trait-assoc-const-default, r=petrochenkov | Mark Simulacrum | -15/+42 |
| 2017-05-13 | Auto merge of #41914 - eddyb:region-refactor, r=nikomatsakis | bors | -53/+43 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -15/+42 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -4/+6 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -50/+38 |
| 2017-05-13 | Auto merge of #41920 - arielb1:inline-drop, r=eddyb | bors | -0/+61 |
| 2017-05-13 | add min-llvm-version | Ariel Ben-Yehuda | -0/+1 |
| 2017-05-12 | Rollup merge of #41923 - eddyb:issue-41744, r=arielb1 | Mark Simulacrum | -0/+16 |
| 2017-05-12 | Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisa | Mark Simulacrum | -43/+43 |
| 2017-05-12 | Disallow ._ in float literal. | Masaki Hara | -0/+32 |
| 2017-05-12 | Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaric | bors | -14/+0 |
| 2017-05-12 | Auto merge of #41716 - nikomatsakis:issue-41677, r=arielb1 | bors | -10/+46 |
| 2017-05-12 | rustc_trans: do not attempt to truncate an i1 const to i1. | Eduard-Mihai Burtescu | -0/+16 |
| 2017-05-11 | remove the #[inline] attribute from drop_in_place | Ariel Ben-Yehuda | -0/+60 |
| 2017-05-11 | correct various error messages that changed | Niko Matsakis | -10/+9 |
| 2017-05-11 | add a WF obligation if a type variable appears in bivariant position | Niko Matsakis | -0/+37 |
| 2017-05-11 | do not fetch variance for items when equating | Niko Matsakis | -0/+43 |
| 2017-05-11 | Rollup merge of #41873 - michaelwoerister:fix-filemap-hash-lookup, r=nikomats... | Corey Farwell | -0/+44 |
| 2017-05-11 | Rollup merge of #41192 - zackw:eprintln, r=alexcrichton | Corey Farwell | -0/+40 |
| 2017-05-10 | Skip print-stdout-eprint-stderr test on emscripten | Zack Weinberg | -0/+2 |
| 2017-05-10 | Update a compile-fail test | Oliver Schneider | -3/+3 |
| 2017-05-10 | Fix up stability annotations per feedback. | Zack Weinberg | -2/+0 |
| 2017-05-10 | Add `eprint!` and `eprintln!` macros to the prelude. | Zack Weinberg | -0/+40 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -40/+40 |
| 2017-05-10 | ICH: Handle case of removed FileMaps. | Michael Woerister | -0/+44 |
| 2017-05-09 | Improve E0477 error message | Guillaume Gomez | -0/+26 |
| 2017-05-09 | Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis | bors | -0/+66 |
| 2017-05-09 | Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1 | bors | -0/+50 |
| 2017-05-08 | Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakis | Corey Farwell | -8/+54 |
| 2017-05-08 | Rollup merge of #41828 - arielb1:lvalue-ops, r=eddyb | Corey Farwell | -0/+78 |
| 2017-05-08 | Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=estebank | Corey Farwell | -0/+24 |
| 2017-05-08 | Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis | Corey Farwell | -11/+11 |
| 2017-05-08 | Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakis | Corey Farwell | -0/+56 |
| 2017-05-08 | Auto merge of #41515 - eddyb:non-static-assoc-const, r=nikomatsakis | bors | -0/+9 |
| 2017-05-08 | massive refactor | Christian Poveda | -1/+0 |
| 2017-05-08 | added test | Christian Poveda | -0/+18 |
| 2017-05-08 | first part of issue-40000.rs is now passing | Christian Poveda | -2/+1 |
| 2017-05-08 | dividied closure-no-fn.rs into three different tests | Christian Poveda | -6/+36 |
| 2017-05-08 | dump-mir was causing cycles by invoking item-path-str at bad times | Niko Matsakis | -0/+50 |
| 2017-05-08 | try to fix lvalue ops for real | Ariel Ben-Yehuda | -0/+78 |
| 2017-05-08 | Allow bare CR in ////-style comment. | Masaki Hara | -0/+24 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -0/+66 |
| 2017-05-07 | Auto merge of #40857 - estebank:recursive, r=arielb1 | bors | -6/+81 |
| 2017-05-07 | Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomez | bors | -0/+25 |
| 2017-05-07 | Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturner | bors | -0/+54 |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -0/+25 |
| 2017-05-06 | Update the .stderr file for the "an" changes | acdenisSK | -1/+1 |