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
/
librustdoc
/
core.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-27
Remove `DefId`'s `Partial/Ord` impls
Oli Scherer
-1
/
+1
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-6
/
+0
2024-03-07
Remove redundant query invocations in rustdoc
Oli Scherer
-5
/
+0
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-29
Make `JsonEmitter` more like `HumanEmitter`.
Nicholas Nethercote
-7
/
+4
2024-02-29
Inline and remove `JsonEmitter::{basic,stderr}`.
Nicholas Nethercote
-1
/
+3
2024-02-29
Inline and remove `HumanEmitter::stderr`.
Nicholas Nethercote
-2
/
+2
2024-02-29
Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.
Nicholas Nethercote
-1
/
+1
2024-02-22
Refactor `run_global_ctxt`.
Nicholas Nethercote
-6
/
+9
2024-02-22
Adjust the `has_errors*` methods.
Nicholas Nethercote
-2
/
+1
2024-02-13
Replace clean::InstantiationParam with clean::GenericArg
León Orell Valerian Liehr
-5
/
+8
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-5
/
+5
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-23
Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-22
Tweak error counting.
Nicholas Nethercote
-0
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-3
/
+3
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-6
/
+6
2024-01-05
Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk
Michael Goulet
-2
/
+2
2024-01-05
Rename `EmitterWriter` as `HumanEmitter`.
Nicholas Nethercote
-2
/
+2
2024-01-02
Reorder `check_item_type` diagnostics so they occur next to the corresponding...
Oli Scherer
-1
/
+3
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-4
/
+4
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `new_handler` as `new_dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f...
Nicholas Nethercote
-2
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-4
/
+4
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+3
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-2
/
+2
2023-10-31
Accept less invalid Rust in rustdoc
Oli Scherer
-1
/
+5
2023-10-30
Delay parsing of `--cfg` and `--check-cfg` options.
Nicholas Nethercote
-4
/
+3
2023-10-28
Clean up config mess.
Nicholas Nethercote
-1
/
+1
2023-10-26
Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser
bors
-0
/
+3
2023-10-25
Stop telling people to submit bugs for internal feature ICEs
Nilstrieb
-0
/
+3
2023-10-14
Add `Config::hash_untracked_state` callback
Alex Macleod
-0
/
+1
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-1
/
+1
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-1
/
+1
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-1
/
+1
2023-09-08
Add missing Debuginfo to PDB debug file on windows.
Florian Schmiderer
-0
/
+2
2023-08-30
Use conditional synchronization for Lock
John Kåre Alsaker
-3
/
+3
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-5
/
+4
2023-08-05
Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov
bors
-4
/
+4
2023-08-04
Add comment for rustdoc overrides.
Camille GILLOT
-0
/
+1
2023-08-04
Make MissingDoc a module lint.
Camille GILLOT
-4
/
+3
2023-07-31
Replace the many arguments of `EmitterWriter::stderr` with builder methods
Oli Scherer
-13
/
+7
2023-07-25
Use a builder instead of boolean/option arguments
Oli Scherer
-5
/
+2
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-0
/
+2
2023-07-18
Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...
bors
-1
/
+1
[next]