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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-7
/
+7
2020-01-09
Tweak timers
John Kåre Alsaker
-1
/
+0
2020-01-09
Label unmarked time
John Kåre Alsaker
-0
/
+3
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-1
/
+1
2020-01-08
Remove `-Z continue-parse-after-error`
Vadim Petrochenkov
-1
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-3
/
+3
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-22
Format the world
Mark Rousskov
-259
/
+254
2019-12-11
Fix fallout from rebase
Aaron Hill
-2
/
+0
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-2
/
+4
2019-12-03
Move early lint declarations to librustc_session
Mark Rousskov
-1
/
+1
2019-12-01
Rollup merge of #66896 - RalfJung:queries, r=Zoxc
Mazdak Farrokhzad
-7
/
+19
2019-11-30
Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk
Mazdak Farrokhzad
-15
/
+9
2019-11-30
pass Queries to compiler callbacks
Ralf Jung
-7
/
+19
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-4
/
+2
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-1
/
+2
2019-11-30
simplify gated cfgs logic
Mazdak Farrokhzad
-13
/
+8
2019-11-26
Review nits.
Camille GILLOT
-3
/
+0
2019-11-25
Simplify early exits.
Camille GILLOT
-16
/
+9
2019-11-24
Tidy.
Camille GILLOT
-1
/
+3
2019-11-24
Move linking ouside the interface queries.
Camille GILLOT
-12
/
+23
2019-11-24
Isolate compiler queries inside the Queries type.
Camille GILLOT
-91
/
+95
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-1
/
+1
2019-11-22
Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov
Mazdak Farrokhzad
-3
/
+2
2019-11-20
Remove pretty printing of specific nodes in AST
Mark Rousskov
-3
/
+2
2019-11-19
Remove duplicate function
Aliaksandr Radzivanovich
-7
/
+0
2019-11-16
move DIAGNOSTICS usage to rustc_driver
Mazdak Farrokhzad
-6
/
+10
2019-11-14
Update rustc --explain to the new error codes format
Guillaume Gomez
-2
/
+2
2019-11-13
Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk
Yuki Okushi
-0
/
+2
2019-11-12
Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis
Yuki Okushi
-1
/
+1
2019-11-11
Add a callback that allows compiler consumers to override queries.
Vytautas Astrauskas
-0
/
+2
2019-11-10
Move lock into CodeStats
Mark Rousskov
-1
/
+1
2019-11-10
Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov
bors
-8
/
+9
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-8
/
+9
2019-11-09
Move pretty parsing into Session options
Mark Rousskov
-29
/
+3
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-3
/
+1
2019-11-09
Rollup merge of #66172 - jsgf:stabilize-atfile, r=nikomatsakis
Mazdak Farrokhzad
-6
/
+0
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-1
/
+2
2019-11-06
Stabilize @file command line arguments
Jeremy Fitzhardinge
-6
/
+0
2019-10-25
Remove lint callback from driver
Mark Rousskov
-2
/
+0
2019-10-24
rustc_driver: Remove unnecessary use of crate store
Vadim Petrochenkov
-4
/
+4
2019-10-23
Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis
Mazdak Farrokhzad
-9
/
+18
2019-10-22
Add some documentation
Mark Rousskov
-0
/
+1
2019-10-19
move parse_cfgspecs to rustc_interface
Mazdak Farrokhzad
-1
/
+1
2019-10-17
Update API to be more compatible with plugin needs
Mark Rousskov
-0
/
+3
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-6
/
+12
2019-10-17
Lints being from a plugin is dependent on the lint, not the registration
Mark Rousskov
-3
/
+2
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-1
/
+1
2019-10-13
refactor session::config::build_session_options_and_crate_config
Mazdak Farrokhzad
-1
/
+2
[prev]
[next]