| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -31/+0 | |
| 2019-07-11 | Remove rustc_mir dependency from rustc_borrowck | Matthew Jasper | -5/+0 | |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+7 | |
| 2018-07-26 | Add flag indicating whether AST `borrowck` query signalled any error. | Felix S. Klock II | -0/+8 | |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+2 | |
| 2017-11-28 | incr.comp.: Make a bunch of query results encodable. | Michael Woerister | -0/+1 | |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -0/+31 | |
| This updates the borrowck query to return a result, and this result is then used to incrementally check for unused mutable nodes given sets of all the used mutable nodes. Closes #42384 | ||||
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -618/+0 | |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -70/+0 | |
| Conflicts: src/compiletest/compiletest.rs src/libcargo/cargo.rs src/libcore/core.rs src/librustc/rustc.rs src/librustdoc/rustdoc.rc | ||||
| 2012-11-28 | Register snapshots | Brian Anderson | -70/+0 | |
| 2012-11-28 | librustc: Add explicit self to IterBytes. r=nmatsakis | Patrick Walton | -0/+8 | |
| 2012-11-28 | librustc: Make overloaded operators with explicit self translate correctly | Patrick Walton | -0/+10 | |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+70 | |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+600 | |
