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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-25
Replace spaghetti with a simple errors enum
Adrian Tombu
-3
/
+23
2022-08-25
Start adding enum errors for deserialize_rlink
Adrian Tombu
-2
/
+2
2022-08-25
Use std::io::Error and remove useless to_string
Adrian Tombu
-3
/
+3
2022-08-25
Fixes fmt & SessionDiagnostic structs
Adrian Tombu
-19
/
+5
2022-08-25
Start moving rustc_driver to SessionDiagnostic
Adrian Tombu
-5
/
+24
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-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-03
all: fix some typos
cuishuang
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
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
2022-02-05
Store rlink data in opaque binary format on disk
Mark Rousskov
-3
/
+5
2022-02-03
Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwco
Yuki Okushi
-0
/
+9
2022-02-03
Rollup merge of #92310 - ehuss:rustdoc-ice, r=estebank
Yuki Okushi
-21
/
+21
2022-02-01
Make rustc use `RUST_BACKTRACE=full` by default
Aaron Hill
-0
/
+9
2022-02-01
add a rustc::query_stability lint
lcnr
-1
/
+2
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-4
/
+1
2022-01-20
Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix
Matthias Krüger
-3
/
+4
2022-01-09
Stabilize -Z print-link-args as --print link-args
Josh Triplett
-3
/
+4
2022-01-06
Rollup merge of #92504 - dtolnay:wall, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-06
Exit nonzero on rustc -Wall
David Tolnay
-1
/
+1
2022-01-03
Extract init_env_logger to crate
David Tolnay
-50
/
+7
2021-12-26
rustdoc: Fix ICE report
Eric Huss
-21
/
+21
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-5
/
+5
2021-11-22
add rustc option for using LLVM stack smash protection
Benjamin A. Bjørnseth
-1
/
+6
2021-11-07
Made temps-dir an unstable option.
Tor Hovland
-7
/
+0
[prev]
[next]