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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_driver
/
Cargo.toml
Age
Commit message (
Expand
)
Author
Lines
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
2018-12-10
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Nicholas Nethercote
-1
/
+1
2018-11-02
Use `jemalloc-sys` on Linux and OSX compilers
Alex Crichton
-0
/
+5
2018-09-26
Remove OneVector
ljedrz
-0
/
+1
2018-07-07
Remove unused rustc_driver dependency on ar
bjorn3
-2
/
+0
2018-06-06
Update Rayon version
John Kåre Alsaker
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-0
/
+2
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+1
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-1
/
+0
2018-03-06
Update env_logger to 0.5.4
Alex Crichton
-1
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-5
/
+1
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-1
/
+1
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-1
/
+0
2017-08-11
It now completely compiles without LLVM!!!
bjorn3
-0
/
+1
2017-08-11
Actually make rustc_driver compile without llvm
bjorn3
-0
/
+1
2017-08-11
Make librustc_driver work without librustc_trans
bjorn3
-1
/
+6
2017-07-06
Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb
bors
-0
/
+1
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-1
/
+0
2017-05-15
Remove (direct) rustc_llvm dependency from rustc_driver
Robin Kruppe
-1
/
+0
[next]