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_expand
/
src
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-06
Move some tests from `rustc_expand` to `rustc_parse`.
Nicholas Nethercote
-1055
/
+0
2024-03-18
When displaying multispans, ignore empty lines adjacent to `...`
Esteban Küber
-2
/
+1
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-1
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-13
/
+13
2024-03-04
Move `sess` function and use it more.
Nicholas Nethercote
-4
/
+6
2024-03-04
Remove `file_path_mapping` param from `ParseSess::new`.
Nicholas Nethercote
-8
/
+4
2024-02-29
Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.
Nicholas Nethercote
-1
/
+1
2024-01-05
Rename `EmitterWriter` as `HumanEmitter`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-11-24
Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`
David Tolnay
-1
/
+1
2023-11-02
Replace two `create_default_session_if_not_set_then` uses.
Nicholas Nethercote
-2
/
+2
2023-07-31
Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...
Oli Scherer
-4
/
+18
2023-07-31
Use builder pattern instead of lots of arguments for `EmitterWriter::new`
Oli Scherer
-14
/
+5
2023-07-26
Squelch a noisy rustc_expand unittest
Eric Huss
-21
/
+48
2023-07-25
Use a builder instead of boolean/option arguments
Oli Scherer
-1
/
+1
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-02-28
no need to return unmatched_delims from tokentrees
yukang
-1
/
+0
2023-02-22
various: translation resources from cg backend
David Wood
-6
/
+12
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-4
/
+6
2023-02-09
Introduce `-Zterminal-urls` to use OSC8 for error codes
Esteban Küber
-1
/
+2
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-0
/
+1
2022-11-28
Change multiline span ASCII art visual order
Esteban Küber
-54
/
+54
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+1
2022-06-29
avoid many `&str` to `String` conversions with `MultiSpan::push_span_label`
Takayuki Maeda
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-5
/
+5
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-2
/
+2
2022-04-05
session: opt for enabling directionality markers
David Wood
-2
/
+2
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+3
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-0
/
+2
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-2
/
+2
2021-01-03
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1012