| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -21/+0 | |
| 2020-07-15 | Initialize default providers only once | Joshua Nelson | -0/+1 | |
| This avoids copying a new `Providers` struct for each downstream crate that wants to use it. | ||||
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -3/+0 | |
| 2020-02-07 | Remove unused feature gates from librustc_interface | bjorn3 | -2/+0 | |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -0/+1 | |
| The callbacks have precisely two states: the default, and the one present throughout almost all of the rustc run (the filled in value which has access to TyCtxt). We used to store this as a thread local, and reset it on each thread to the non-default value. But this is somewhat wasteful, since there is no reason to set it globally -- while the callbacks themselves access TLS, they do not do so in a manner that fails in when we do not have TLS to work with. | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -3/+2 | |
| 2019-12-06 | Use `to_option` in various places | varkor | -0/+1 | |
| 2019-11-30 | pass Queries to compiler callbacks | Ralf Jung | -0/+1 | |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -0/+3 | |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -1/+0 | |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -3/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 | |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 | |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 | |
| 2019-04-03 | Deny internal lints on librustc_interface | flip1995 | -0/+1 | |
| 2019-03-27 | librustc_interface => 2018 | Mazdak Farrokhzad | -25/+2 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -3/+8 | |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+43 | |
