| Age | Commit message (Expand) | Author | Lines |
| 2015-04-29 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -7/+43 |
| 2015-04-15 | Dataflow changes and associated borrowck fix. | Felix S. Klock II | -6/+16 |
| 2015-04-10 | Improve error message where a closure escapes fn while trying to borrow | Niko Matsakis | -9/+53 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -0/+3 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -3/+3 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -8/+8 |
| 2015-03-31 | Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -13/+39 |
| 2015-03-30 | Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained. | Felix S. Klock II | -9/+33 |
| 2015-03-30 | Mucho debug instrumentation. | Felix S. Klock II | -4/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -3/+3 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -3/+3 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -16/+16 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -19/+3 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -2/+2 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -4/+8 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -4/+8 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -5/+3 |
| 2015-02-25 | Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddyb | Manish Goregaokar | -3/+3 |
| 2015-02-24 | Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelix | Manish Goregaokar | -7/+20 |
| 2015-02-23 | Apply borrowck to fns that appear in const declarations. | Niko Matsakis | -3/+3 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -137/+84 |
| 2015-02-22 | Improve borrowck error when a second move is due to a loop. | James Miller | -7/+20 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -49/+49 |
| 2015-02-18 | borrowck/README.md: Normalize types in examples | Keegan McAllister | -37/+37 |
| 2015-02-18 | Fix references to doc.rs throughout the code | Keegan McAllister | -9/+9 |
| 2015-02-18 | borrowck/README.md: Fix display of code on GitHub | Keegan McAllister | -18/+18 |
| 2015-02-18 | borrowck/README.md: Remove SCOPE (mostly unused) | Keegan McAllister | -37/+1 |
| 2015-02-18 | borrowck/README.md: Clarify MUTABILITY and ALIASABLE | Keegan McAllister | -12/+10 |
| 2015-02-18 | borrowck/README.md: Remove most references to &const | Keegan McAllister | -24/+9 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -16/+16 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -16/+16 |
| 2015-02-18 | Extend the implicator so it produces general obligations and also so | Niko Matsakis | -2/+0 |
| 2015-02-15 | Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakis | bors | -1225/+1213 |
| 2015-02-13 | Instead of putting them in the book, make them READMEs. | Steve Klabnik | -2/+1212 |
| 2015-02-12 | Add a couple FIXME notes inspired during my review. | Felix S. Klock II | -0/+8 |
| 2015-02-12 | librustc: Forbid partial reinitialization of uninitialized structures or | Kevin Butler | -1/+35 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -3/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -3/+3 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -1/+1 |
| 2015-02-10 | Move rustc docs to the book | Steve Klabnik | -1223/+1 |
| 2015-02-10 | Add error message (i.e. do not ICE) when moving out of unsafe pointers. | Felix S. Klock II | -0/+1 |
| 2015-02-07 | Restrictions on moves out-from and into fixed-length arrays. | Felix S. Klock II | -19/+86 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -2/+2 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -2/+2 |
| 2015-02-06 | librustc_borrowck has been updated | GuillaumeGomez | -2/+2 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |