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_builtin_macros
/
src
/
deriving
/
cmp
Age
Commit message (
Expand
)
Author
Lines
2022-07-09
Clarify args terminology.
Nicholas Nethercote
-4
/
+4
2022-07-05
Inline and remove the `cs_fold_*` functions.
Nicholas Nethercote
-3
/
+3
2022-07-05
Avoid the unnecessary innermost match in `partial_cmp`/`cmp`.
Nicholas Nethercote
-9
/
+34
2022-07-04
Don't repeat `AssertParamIs{Clone,Eq}` assertions.
Nicholas Nethercote
-8
/
+17
2022-07-04
Avoid unnecessary blocks in derive output.
Nicholas Nethercote
-20
/
+19
2022-07-01
Change `Ty::Tuple` to `Ty::Unit`.
Nicholas Nethercote
-1
/
+1
2022-07-01
Rename `Ty::Literal` as `Ty::Path`.
Nicholas Nethercote
-8
/
+5
2022-07-01
Remove lifetime support in deriving code.
Nicholas Nethercote
-1
/
+0
2022-07-01
Simplify pointer handling.
Nicholas Nethercote
-7
/
+7
2022-07-01
Remove `{Method,Trait}Def::is_unsafe`.
Nicholas Nethercote
-8
/
+0
2022-07-01
Remove unnecessary fields from `EnumNonMatchingCollapsed`.
Nicholas Nethercote
-5
/
+5
2022-06-27
Convert `process_variant` functions into closures.
Nicholas Nethercote
-10
/
+6
2022-06-27
Factor out the repeated `assert_ty_bounds` function.
Nicholas Nethercote
-21
/
+9
2022-02-19
Adopt let else in more places
est31
-9
/
+6
2021-05-05
Disallows `#![feature(no_coverage)]` on stable and beta
Rich Kadel
-11
/
+3
2021-04-27
adds feature gating of `no_coverage` at either crate- or function-level
Rich Kadel
-1
/
+10
2021-04-27
Derived Eq no longer shows uncovered
Rich Kadel
-1
/
+2
2021-02-09
use ufcs in derive(Ord) and derive(PartialOrd)
Skgland
-4
/
+7
2021-02-09
Fix derived PartialOrd operators
Tomasz Miąsko
-190
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+625
[prev]