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
/
src
Age
Commit message (
Expand
)
Author
Lines
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-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
/
+49
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-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
/
+4
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-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-4
/
+4
2022-03-04
Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726
Dylan DPC
-1
/
+1
2022-03-03
Remove the everybody loops pass
bjorn3
-1
/
+1
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-9
/
+9
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-4
/
+2
2022-02-19
Adopt let else in more places
est31
-4
/
+2
2022-02-18
Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov
Matthias Krüger
-0
/
+2
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-0
/
+2
2022-02-13
Remove Config::stderr
bjorn3
-1
/
+0
2022-02-12
Remove the RustcDefaultCalls struct
bjorn3
-151
/
+138
[prev]
[next]