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
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
Verify bin crates are not deterministic on Windows
danakj
-3
/
+31
2021-09-15
Add tracking issue
Albin Hedman
-6
/
+6
2021-09-15
Updated for new const trait bounds syntax
Albin Hedman
-2
/
+2
2021-09-15
Move tests to library/core/tests
Albin Hedman
-7
/
+5
2021-09-15
Add test for try operator with Option
Albin Hedman
-2
/
+9
2021-09-15
Constly impl TryV2 and Residual for Option
Albin Hedman
-2
/
+4
2021-09-15
Add test for try operator on Result
Albin Hedman
-0
/
+16
2021-09-15
Constly impl TryV2 and FromResidual for Result
Albin Hedman
-2
/
+4
2021-09-15
Add tests for feature(const_identity_convert)
Albin Hedman
-0
/
+20
2021-09-15
Constify identify conversions
Albin Hedman
-2
/
+5
2021-09-15
Move object safety suggestions to the end of the error
Esteban Kuber
-46
/
+50
2021-09-15
Check for shadowing issues involving block labels
Tomasz Miąsko
-21
/
+61
2021-09-15
Fast reject for NeedsNonConstDrop
Deadbeef
-1
/
+11
2021-09-15
Auto merge of #87867 - bjorn3:unique_type_id_interner, r=wesleywiser
bors
-11
/
+61
2021-09-15
Coerce const FnDefs to implement const Fn traits
Deadbeef
-13
/
+55
2021-09-15
Move is_const_fn to under TyCtxt
Deadbeef
-2
/
+1
2021-09-15
Move is_const_fn to under TyCtxt
Deadbeef
-26
/
+26
2021-09-15
Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieu
bors
-96
/
+115
2021-09-15
inline(always) on check_recursion_limit
Deadbeef
-0
/
+1
2021-09-15
Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk
bors
-106
/
+552
2021-09-15
Const Deref
Deadbeef
-5
/
+13
2021-09-14
Add chown functions to std::os::unix::fs to change the owner and group of files
Josh Triplett
-0
/
+87
2021-09-14
Update books
Eric Huss
-0
/
+0
2021-09-15
Point to closure when emitting 'cannot move out' for captured variable
Fabian Wolff
-215
/
+503
2021-09-15
Fix handling of `hir::GenericArg::Infer` in `wrong_number_of_generic_args.rs`
Fabian Wolff
-9
/
+5
2021-09-14
update test
asquared31415
-3
/
+4
2021-09-14
update test
asquared31415
-4
/
+5
2021-09-14
Remove concept of 'completion' from the projection cache
Aaron Hill
-51
/
+2
2021-09-14
Fix ICE when `start` lang item has wrong generics
asquared31415
-12
/
+31
2021-09-14
Add reachable_patterns lint to rfc-2008-non_exhaustive
Devin Ragotzy
-68
/
+626
2021-09-14
review comment: move recovery code to its own function
Esteban Kuber
-2
/
+19
2021-09-14
Auto merge of #7671 - dtolnay-contrib:singlecharnames, r=xFrednet
bors
-139
/
+124
2021-09-14
Downgrade many_single_char_names to pedantic
David Tolnay
-139
/
+124
2021-09-14
Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514
bors
-25
/
+66
2021-09-14
Auto merge of #7640 - kneasle:mut-key-false-positive, r=camsteffen
bors
-27
/
+176
2021-09-14
Fix FN for collections/smart ptrs in `std`
Kneasle
-37
/
+161
2021-09-14
Auto merge of #7670 - xFrednet:0000-lets-hope-this-fixes-rustbot-fps, r=camst...
bors
-3
/
+3
2021-09-14
Updating issue templates to avoid @rustbot triggers
xFrednet
-3
/
+3
2021-09-14
Remove implementation of `min_align_of` intrinsic
Tomasz Miąsko
-7
/
+2
2021-09-14
Replace cnum_map with tcx.stable_crate_id_to_crate_num() in OnDiskCache.
Michael Woerister
-32
/
+7
2021-09-14
rustc_metadata: Remove Metadata::raw_bytes() and use Metadata::blob() directl...
Michael Woerister
-7
/
+4
2021-09-14
Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...
Michael Woerister
-21
/
+19
2021-09-14
Fix up comment about OnDiskCache::foreign_expn_data.
Michael Woerister
-2
/
+4
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-25
/
+18
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-134
/
+6
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-144
/
+131
2021-09-14
Use on-disk-hash-table format for DefPathHashMap in hir::definitions.
Michael Woerister
-5
/
+66
2021-09-14
Allow taking an OwningRef of the crate metadata blob.
Michael Woerister
-18
/
+62
2021-09-14
Avoid unnecessary formatting when trace log level is disabled
Tomasz Miąsko
-4
/
+5
2021-09-14
Add test for --display-doctest-warnings option
Guillaume Gomez
-0
/
+33
[prev]
[next]