| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-03 | Deny internal lints on librustc_interface | flip1995 | -2/+1 | |
| 2019-04-03 | Check for unstable-options flag before register internals | flip1995 | -1/+3 | |
| 2019-04-03 | Make internal lints allow-by-default | flip1995 | -0/+1 | |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 | |
| 2019-03-29 | Rollup merge of #59496 - Zoxc:fix-globals, r=oli-obk | Mazdak Farrokhzad | -8/+6 | |
| Remove unnecessary with_globals calls | ||||
| 2019-03-28 | Remove unnecessary with_globals calls | John Kåre Alsaker | -8/+6 | |
| 2019-03-28 | Remove LintSession and run incremental and whole crate lints in parallel | John Kåre Alsaker | -1/+1 | |
| 2019-03-28 | Combine all builtin late lints | John Kåre Alsaker | -2/+5 | |
| 2019-03-27 | Rollup merge of #58837 - Centril:librustc_interface_2018, r=petrochenkov | Josh Stone | -39/+22 | |
| librustc_interface => 2018 r? @oli-obk This will likely produce an ICE for some reason... so super-WIP. | ||||
| 2019-03-27 | librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml | Mazdak Farrokhzad | -1/+1 | |
| 2019-03-27 | librustc_interface => 2018 | Mazdak Farrokhzad | -38/+21 | |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -1/+1 | |
| 2019-03-22 | Do not `track_errors` in `register_plugins` | Esteban Küber | -14/+12 | |
| 2019-03-18 | Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton | bors | -3/+0 | |
| Remove metadata only codegen backend It is unused and probably broken at the moment. | ||||
| 2019-03-16 | Remove MetadataOnlyCodegenBackend | bjorn3 | -3/+0 | |
| 2019-03-14 | Add `-Z allow_features=...` flag | Tyler Mandry | -0/+1 | |
| 2019-03-14 | Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister | bors | -6/+6 | |
| Replace TimeLine LLVM profiling with the self profiler | ||||
| 2019-03-13 | Rollup merge of #58829 - Xanewok:scoped-tls, r=Zoxc | Mazdak Farrokhzad | -1/+1 | |
| librustc_interface: Update scoped-tls to 1.0 Done previously as a part of https://github.com/rust-lang/rust/pull/58748. r? @Zoxc | ||||
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -6/+6 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -16/+1367 | |
| 2019-03-06 | Rename check_privacy to check_private_in_public | John Kåre Alsaker | -2/+2 | |
| 2019-03-06 | Make misc checking 1 more parallel | John Kåre Alsaker | -19/+17 | |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -16/+17 | |
| 2019-03-06 | Split up privacy checking so privacy_access_levels only does computations ↵ | John Kåre Alsaker | -9/+20 | |
| required for AccessLevels | ||||
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -4/+3 | |
| 2019-03-01 | librustc_interface: Update scoped-tls to 1.0 | Igor Matuszewski | -1/+1 | |
| Done previously as a part of https://github.com/rust-lang/rust/pull/58748 | ||||
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+1725 | |
