| Age | Commit message (Expand) | Author | Lines |
| 2016-01-12 | Fix Universal CRT detection on weird setups | Peter Atashian | -2/+9 |
| 2016-01-12 | Overhaul MSVC linker and Windows SDK detection code | Peter Atashian | -286/+173 |
| 2016-01-12 | improve visibility of future-incompatibilities (mildly, at least) | Niko Matsakis | -0/+1 |
| 2015-12-09 | Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelix | bors | -63/+278 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -9/+8 |
| 2015-12-08 | Fix unsized structs with destructors | James Miller | -6/+16 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -6/+5 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -6/+5 |
| 2015-12-08 | Align pointers to DST fields properly | James Miller | -61/+266 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -20/+18 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -9/+8 |
| 2015-12-02 | s/isize/i32 | Tobias Bucher | -11/+11 |
| 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 | -0/+6 |
| 2015-11-30 | Also move the MIR visitor to librustc. | Michael Woerister | -1/+1 |
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -12/+12 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -2/+2 |
| 2015-11-26 | Auto merge of #30077 - nrc:save-abs-crate, r=eddyb | bors | -2/+13 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -15/+13 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -14/+10 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -88/+69 |
| 2015-11-26 | save-analysis: use absolute paths for file names | Nick Cameron | -2/+13 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Auto merge of #30034 - brson:rust_path, r=alexcrichton | bors | -3/+0 |
| 2015-11-24 | Remove RUST_PATH from compiler | Brian Anderson | -3/+0 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -35/+17 |
| 2015-11-22 | Register diagnostics for rustc_privacy and rustc_trans properly | Manish Goregaokar | -0/+2 |
| 2015-11-21 | Auto merge of #29963 - dotdash:fat_copy, r=eddyb | bors | -0/+3 |
| 2015-11-20 | Avoid FCA loads and extractvalue when copying fat pointers | Björn Steinbrink | -0/+3 |
| 2015-11-20 | Auto merge of #29945 - nrc:save-crate-name, r=alexcrichton | bors | -2/+10 |
| 2015-11-20 | Auto merge of #29943 - brson:inline-threshold, r=nrc | bors | -5/+12 |
| 2015-11-20 | save-analysis: make the dump file's name closer to the crate file's name | Nick Cameron | -2/+10 |
| 2015-11-19 | Add -C inline-threshold | Brian Anderson | -5/+12 |
| 2015-11-19 | Remove segmented stack option from LLVMRustCreateTargetMachine. Unused. | Brian Anderson | -1/+0 |
| 2015-11-19 | Avoid a string allocation. | Ms2ger | -1/+1 |
| 2015-11-19 | Rustfmt trans/base.rs. | Ms2ger | -485/+561 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -2/+2 |
| 2015-11-18 | Modify trans to use an outer walk and ensure that we rotate as we | Niko Matsakis | -12/+54 |
| 2015-11-18 | Port trans to use visit_all_items: this was mostly straight-forward, but | Niko Matsakis | -52/+10 |
| 2015-11-18 | MIR: Add pass that erases all regions right before trans | Michael Woerister | -3/+10 |
| 2015-11-18 | allow indexing into constant arrays | Oliver Schneider | -0/+6 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -4/+4 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -7/+7 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -7/+7 |
| 2015-11-14 | Consistently normalize fn types after erasing lifetimes. | Eli Friedman | -56/+69 |
| 2015-11-14 | address review comments | Ariel Ben-Yehuda | -74/+50 |
| 2015-11-14 | implement coercions in MIR | Ariel Ben-Yehuda | -59/+207 |
| 2015-11-13 | implement lvalue_len | Ariel Ben-Yehuda | -4/+11 |
| 2015-11-13 | represent fat ptr operands as 2 separate pointers | Ariel Ben-Yehuda | -212/+368 |