index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_driver
/
Cargo.toml
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-43
/
+0
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-08-01
Remove chrono feature from tracing
Oliver Scherer
-1
/
+1
2020-07-31
Disable log support
Oliver Scherer
-1
/
+1
2020-07-31
Move from `log` to `tracing`
Oliver Scherer
-2
/
+2
2020-06-02
Make things build again
Vadim Petrochenkov
-1
/
+1
2020-04-11
Depend on libc from crates.io
Luca Barbieri
-0
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-24
move rustc_hir::print -> rustc_hir_pretty
Mazdak Farrokhzad
-0
/
+1
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-2
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-0
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-11
Support linking from a .rlink file
Victor Ding
-0
/
+1
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-0
/
+1
2020-01-11
use winapi for non-stdlib Windows bindings
Andy Russell
-0
/
+3
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-09
Remove unused dependencies
Shotaro Yamada
-2
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-0
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-30
Make things build again
Vadim Petrochenkov
-1
/
+1
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+3
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-0
/
+1
2019-11-17
Rename directory `rustc_plugin` -> `rustc_plugin_impl`
Vadim Petrochenkov
-1
/
+1
2019-11-17
rustc_plugin: Remove the compatibility shim
Vadim Petrochenkov
-1
/
+0
2019-11-16
move DIAGNOSTICS usage to rustc_driver
Mazdak Farrokhzad
-0
/
+1
2019-11-10
Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov
bors
-0
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-0
/
+1
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-0
/
+1
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-0
/
+1
2019-09-28
Rollup merge of #64847 - mati865:env_logger, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-09-27
Remove librustc_ast_borrowck from driver & interface.
Mazdak Farrokhzad
-1
/
+0
2019-09-26
Upgrade env_logger to 0.7
Mateusz Mikuła
-1
/
+1
2019-09-15
Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk
bors
-0
/
+1
2019-09-06
Upgrade env_logger to 0.6
Mateusz Mikuła
-1
/
+1
2019-08-30
Use `panic::set_hook` to print the ICE message
Jonas Schievink
-0
/
+1
2019-08-20
Restore the rustc_plugin crate in the sysroot
Simon Sapin
-0
/
+1
2019-08-20
Deprecate using rustc_plugin without the rustc_driver dylib.
Simon Sapin
-0
/
+1
2019-07-27
Break dependencies between `syntax_ext` and some other crates
Vadim Petrochenkov
-11
/
+0
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-2
/
+0
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-2
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-07-11
Move rustc_borrowck -> rustc_ast_borrowck
Matthew Jasper
-1
/
+1
2019-07-09
Remove unused dependencies
Shotaro Yamada
-1
/
+0
2019-04-26
Update rustc-rayon version
John Kåre Alsaker
-1
/
+1
2019-03-27
librustc_driver => 2018
Taiki Endo
-2
/
+3
2019-03-01
Add support for using a jobserver with Rayon
John Kåre Alsaker
-1
/
+1
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-0
/
+1
2019-02-26
update scoped_tls to 1.0
Marcel Hellwig
-1
/
+1
2018-12-19
rustc: Move jemalloc from rustc_driver to rustc
Alex Crichton
-5
/
+0
[next]