| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -36/+154 |
| 2016-01-12 | Merge pull request #30847 from nikomatsakis/issue-29857-beta | Brian Anderson | -5/+20 |
| 2016-01-12 | Added proper lint for the unit variant/struct warning. | Felix S. Klock II | -0/+8 |
| 2016-01-12 | improve visibility of future-incompatibilities (mildly, at least) | Niko Matsakis | -3/+22 |
| 2016-01-11 | Change error scheme so that if projection fails we generate `A::B` instead of... | Niko Matsakis | -5/+20 |
| 2015-12-09 | Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmana | bors | -40/+23 |
| 2015-12-09 | Rollup merge of #30201 - GuillaumeGomez:patch-3, r=Manishearth | Steve Klabnik | -2/+18 |
| 2015-12-09 | Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton | bors | -1/+46 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -10/+8 |
| 2015-12-08 | shorten common if let patterns to function calls | Oliver Schneider | -40/+23 |
| 2015-12-08 | When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ... | Felix S. Klock II | -1/+46 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -12/+12 |
| 2015-12-07 | Add E0264 error explanation | Guillaume Gomez | -3/+27 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -12/+12 |
| 2015-12-07 | Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatch | bors | -10/+7 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -28/+19 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -28/+19 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -10/+7 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -10/+8 |
| 2015-12-04 | Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix | bors | -27/+51 |
| 2015-12-04 | Add E0452 error explanation | Guillaume Gomez | -2/+18 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -5/+16 |
| 2015-12-03 | Auto merge of #30149 - mitaa:fqn, r=alexcrichton | bors | -0/+2 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -0/+2 |
| 2015-12-03 | Auto merge of #30167 - GuillaumeGomez:patch-3, r=Manishearth | bors | -1/+44 |
| 2015-12-03 | Add E0400 error explanation | Guillaume Gomez | -1/+44 |
| 2015-12-02 | s/isize/i32 | Tobias Bucher | -3/+3 |
| 2015-12-01 | Rollup merge of #30136 - fhahn:remove-int-from-doc-examples, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-12-01 | Replace uses of int/uint with isize/uzsize in doc examples | Florian Hahn | -3/+3 |
| 2015-12-01 | Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis | bors | -1/+93 |
| 2015-12-01 | Auto merge of #30135 - michaelwoerister:interning-checks, r=sanxiyn | bors | -5/+18 |
| 2015-12-01 | Add some consistency checks for value interning in ty::ctxt. | Michael Woerister | -5/+18 |
| 2015-11-30 | Auto merge of #29929 - michaelwoerister:mir-repr-to-librustc, r=nikomatsakis | bors | -0/+1145 |
| 2015-11-30 | Reword E0492 | Guillaume Gomez | -3/+3 |
| 2015-11-30 | Also move the MIR visitor to librustc. | Michael Woerister | -0/+247 |
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -0/+898 |
| 2015-11-29 | Add E0492 error explanation | Guillaume Gomez | -19/+79 |
| 2015-11-28 | Add E0498 error explanation | Guillaume Gomez | -0/+18 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -15/+14 |
| 2015-11-27 | Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn | bors | -64/+0 |
| 2015-11-27 | implement calling of `const fn`-methods in true constants | Oliver Schneider | -27/+51 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -3/+4 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -6/+16 |
| 2015-11-26 | fix rustc-test | Ariel Ben-Yehuda | -6/+138 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -6/+9 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -10288/+301 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -420/+1 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -6/+39 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -112/+135 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -31/+169 |