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
/
compiler
/
rustc_driver
Age
Commit message (
Expand
)
Author
Lines
2022-10-23
Migrate all diagnostics
Nilstrieb
-7
/
+7
2022-10-19
Clarify `run_in_thread_pool_with_globals`.
Nicholas Nethercote
-0
/
+1
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+1
2022-10-18
Remove `RunCompiler::emitter`.
Nicholas Nethercote
-23
/
+10
2022-10-16
Use IsTerminal in rustc_driver
Josh Triplett
-3
/
+3
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-1
/
+4
2022-10-06
Fix some comments.
Nicholas Nethercote
-2
/
+2
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-2
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-22
Improve the help message for an invalid calling convention
khyperia
-0
/
+5
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-0
/
+2
2022-09-08
Fix ICE report flags display.
Eric Huss
-4
/
+7
2022-09-01
tracing::instrument cleanup
Oli Scherer
-1
/
+1
2022-08-30
add UI test for unpretty
yukang
-5
/
+12
2022-08-28
pretty printing give proper erro message without panic
yukang
-5
/
+9
2022-08-25
Code cleaning
Adrian Tombu
-3
/
+3
2022-08-25
Replace spaghetti with a simple errors enum
Adrian Tombu
-7
/
+42
2022-08-25
Start adding enum errors for deserialize_rlink
Adrian Tombu
-3
/
+4
2022-08-25
Use std::io::Error and remove useless to_string
Adrian Tombu
-5
/
+5
2022-08-25
Fixes fmt & SessionDiagnostic structs
Adrian Tombu
-31
/
+9
2022-08-25
Start moving rustc_driver to SessionDiagnostic
Adrian Tombu
-5
/
+50
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-08-02
Error on broken pipe but do not ICE
Chris Denton
-0
/
+11
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-1
/
+1
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-1
/
+1
2022-07-27
lint: add bad opt access internal lint
David Wood
-2
/
+1
2022-07-27
session: disable internal lints for rustdoc
David Wood
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-14
/
+14
2022-07-02
Fix bug in `rustdoc -Whelp`
Joshua Nelson
-8
/
+12
2022-06-27
Fix `rustdoc` argument error
Shivani Bhardwaj
-1
/
+1
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-4
/
+4
2022-06-13
remove currently unused deps
klensy
-3
/
+3
2022-06-07
Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis
bors
-1
/
+0
2022-06-05
typo: `-Zcodegen-backend=llvm -Cpasses=list` should work now
klensy
-7
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-03
Remove support for -Zast-json and -Zast-json-noexpand
bjorn3
-5
/
+2
2022-06-03
Use serde_json for target spec json
bjorn3
-2
/
+5
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-1
/
+1
2022-04-05
session: opt for enabling directionality markers
David Wood
-1
/
+1
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+3
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-1
/
+3
2022-04-02
Address review comments and add a test
Jakub Beránek
-2
/
+6
2022-04-02
Include a header in .rlink files to provide nicer error messages when a wrong...
Jakub Beránek
-2
/
+2
2022-03-28
Propagate `parallel_compiler` feature through rustc crates. Turned off featur...
klensy
-0
/
+2
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-4
/
+4
[prev]
[next]