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
2020-07-15
Rollup merge of #74119 - nnethercote:rm-Compiler-compile, r=Mark-Simulacrum
Manish Goregaokar
-34
/
+0
2020-07-15
Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPC
Manish Goregaokar
-30
/
+25
2020-07-15
Rollup merge of #73918 - GuillaumeGomez:cleanup-e0715, r=Dylan-DPC
Manish Goregaokar
-2
/
+1
2020-07-15
Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini
Manish Goregaokar
-25
/
+69
2020-07-15
Add a 1.45 release note on lto vs. embed-bitcode
Josh Stone
-0
/
+10
2020-07-15
s/try_to_usize/try_to_machine_usize/
Oliver Scherer
-4
/
+4
2020-07-15
Reduce the amount of interning and `layout_of` calls in const eval.
Oliver Scherer
-17
/
+70
2020-07-15
ci: Update dist-{i686,x86_64}-linux to Debian 6
Josh Stone
-98
/
+101
2020-07-15
Simplify os_str_bytes cfg expression.
Eric Huss
-8
/
+3
2020-07-15
Use an allow-list of platforms that support std.
Eric Huss
-20
/
+62
2020-07-15
Tweak formatting.
Eric Huss
-1
/
+2
2020-07-15
Introduce restricted-std feature.
Eric Huss
-109
/
+266
2020-07-15
Improve ayu rustdoc theme
Ludwig Stecher
-9
/
+11
2020-07-15
Don't panic if the lhs of a div by zero is not statically known
Oliver Scherer
-9
/
+42
2020-07-15
Improve settings wording
Guillaume Gomez
-2
/
+2
2020-07-15
Use cfg_if in libpanic_abort.
Eric Huss
-16
/
+20
2020-07-15
Use cfg_if in libtest.
Eric Huss
-131
/
+98
2020-07-15
Automatically calculate std::env::consts::ARCH.
Eric Huss
-76
/
+2
2020-07-15
Use the default providers in rustc_interface instead of adding our own
Joshua Nelson
-8
/
+2
2020-07-15
Catch errors for any new item, not just trait implementations
Joshua Nelson
-6
/
+12
2020-07-15
Address review comments
Joshua Nelson
-19
/
+22
2020-07-15
EMPTY_MAP -> EMPTY_SET
Joshua Nelson
-4
/
+4
2020-07-15
Fix comment
Joshua Nelson
-1
/
+1
2020-07-15
Use mem::replace instead of rewriting it
Joshua Nelson
-4
/
+2
2020-07-15
Don't ICE on infinitely recursive types
Joshua Nelson
-0
/
+40
2020-07-15
--bless
Joshua Nelson
-6
/
+18
2020-07-15
Remove unnecessary lifetime parameter
Joshua Nelson
-6
/
+6
2020-07-15
Use tcx as the only context for visitor
Joshua Nelson
-12
/
+11
2020-07-15
Mention `cargo check` in help message
Joshua Nelson
-1
/
+1
2020-07-15
Don't crash on Vec<DoesNotExist>
Joshua Nelson
-3
/
+13
2020-07-15
Address review comments about code style
Joshua Nelson
-14
/
+10
2020-07-15
Avoid unnecessary enum
Joshua Nelson
-48
/
+20
2020-07-15
Don't make typeck_tables_of public
Joshua Nelson
-7
/
+3
2020-07-15
Add test case for #65863
Joshua Nelson
-0
/
+15
2020-07-15
Recurse into function bodies, but don't typeck closures
Joshua Nelson
-76
/
+145
2020-07-15
Don't ICE on errors in function returning impl trait
Joshua Nelson
-2
/
+162
2020-07-15
Add `rustdoc` tests from #72088
Dylan MacKenzie
-0
/
+16
2020-07-15
Add an option not to report resolution errors for rustdoc
Joshua Nelson
-39
/
+201
2020-07-15
Don't run analysis pass in rustdoc
Joshua Nelson
-6
/
+7
2020-07-15
Don't run everybody_loops for rustdoc
Joshua Nelson
-29
/
+50
2020-07-15
Initialize default providers only once
Joshua Nelson
-10
/
+16
2020-07-15
Removing snippet from SHADOW_UNRELATED message.
Leo Meira Vital
-6
/
+2
2020-07-15
add lazy normalization regression tests
Bastian Kauschke
-0
/
+36
2020-07-15
Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb
bors
-622
/
+1547
2020-07-15
WithOptConstParam::dummy -> WithOptConstParam::unknown
Bastian Kauschke
-1
/
+1
2020-07-15
unify Instance::resolve
Bastian Kauschke
-12
/
+15
2020-07-15
improve naming
Bastian Kauschke
-1
/
+1
2020-07-15
unsafety_check_result_for_const_arg
Bastian Kauschke
-4
/
+4
2020-07-15
WithOptConstParam::dummy -> WithOptConstParam::unknown
Bastian Kauschke
-20
/
+21
2020-07-15
ty_def_id -> def_id_for_type_of
Bastian Kauschke
-5
/
+5
[prev]
[next]