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
Age
Commit message (
Expand
)
Author
Lines
2019-02-21
reintroduce `commit_if_ok` calls to `subtype_predicate`
Niko Matsakis
-14
/
+16
2019-02-21
reintroduce `commit_if_ok` call into `higher_ranked_sub`
Niko Matsakis
-26
/
+25
2019-02-21
s/skol_/placeholder_/
Niko Matsakis
-10
/
+10
2019-02-21
introduce benchmarks of BTreeSet.intersection
Stein Somers
-0
/
+89
2019-02-21
fix link
Ralf Jung
-1
/
+1
2019-02-21
remark about the one place where place computation calls size_and_align_of
Ralf Jung
-2
/
+4
2019-02-21
this is for you, tidy
Ralf Jung
-2
/
+2
2019-02-21
explain unsafe
Ralf Jung
-2
/
+2
2019-02-21
we only list some examples of basic types
Ralf Jung
-1
/
+1
2019-02-21
tweaks and fix weird space
Ralf Jung
-2
/
+2
2019-02-21
Apply suggestions from code review
Mazdak Farrokhzad
-39
/
+42
2019-02-21
codegen and write_metadata can mutate ModuleLLvm.
Gabriela Alexandra Moldovan
-2
/
+2
2019-02-21
Destabilize fixed-width const defined atomic integers
Mahmut Bulut
-1
/
+14
2019-02-21
explain why we use static alignment in ref-to-place conversion
Ralf Jung
-0
/
+4
2019-02-21
Auto merge of #58535 - RalfJung:miri, r=oli-obk
bors
-14
/
+14
2019-02-21
final pin projections tweaking
Ralf Jung
-27
/
+23
2019-02-21
more pin projections tweaking
Ralf Jung
-10
/
+17
2019-02-21
Enable feature duration_constants in examples
Stjepan Glavina
-0
/
+4
2019-02-20
Remove braces from most E0505 examples
Alex Gurganus
-15
/
+9
2019-02-20
Allow Self::Module to be mutated.
Gabriela Alexandra Moldovan
-8
/
+8
2019-02-20
Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix
bors
-50
/
+150
2019-02-20
Put Future trait into spotlight
Stjepan Glavina
-0
/
+1
2019-02-20
Add examples for duration constants
Stjepan Glavina
-0
/
+32
2019-02-20
Fixes #58586: Make E0505 explain example fail for 2018 edition
Alex Gurganus
-3
/
+16
2019-02-20
expand pinning projections
Ralf Jung
-38
/
+41
2019-02-20
Search for target_triple.json only if builtin target not found
gnzlbg
-6
/
+16
2019-02-20
Use standard Read/Write traits in sys::stdio
Paul Dicker
-75
/
+114
2019-02-20
Address review comments
Paul Dicker
-22
/
+36
2019-02-20
tweak pinning projections
Ralf Jung
-12
/
+21
2019-02-20
fix typo
Andre Bogus
-1
/
+1
2019-02-20
./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nll
Clint Frederickson
-8
/
+8
2019-02-20
Run rustfmt
Santiago Pastorino
-117
/
+155
2019-02-20
Fix erroneous loop diagnostic in nll
Santiago Pastorino
-73
/
+205
2019-02-20
Use successor_within_block helper
Santiago Pastorino
-4
/
+1
2019-02-20
Dedup a rustdoc diagnostic construction
Dale Wijnand
-22
/
+8
2019-02-20
Turn duration consts into associated consts
Stjepan Glavina
-19
/
+16
2019-02-20
update clippy: partially HirIdify
ljedrz
-10
/
+5
2019-02-20
Auto merge of #58578 - kennytm:rollup, r=kennytm
bors
-633
/
+1177
2019-02-20
adjust intravisit HirIdification
ljedrz
-16
/
+12
2019-02-20
HirIdification: change some NodeId to HirId calls
ljedrz
-23
/
+22
2019-02-20
hir: remove parent_node from NodeCollector
ljedrz
-24
/
+17
2019-02-20
hir: change HirIdValidator.hir_ids_seen to a set
ljedrz
-10
/
+15
2019-02-20
hir: add and use hir_to_node_id in NodeCollector
ljedrz
-32
/
+34
2019-02-20
hir: HirId-ify intravisit
ljedrz
-211
/
+216
2019-02-20
tweaks
Ralf Jung
-14
/
+15
2019-02-20
cleanup macro after 2018 transition
Aleksey Kladov
-4
/
+2
2019-02-20
remove a bit of dead code
Aleksey Kladov
-6
/
+0
2019-02-20
Refactor Windows stdio and remove stdin double buffering
Paul Dicker
-116
/
+178
2019-02-20
Remove unused Read implementation on sys::Windows::Stdin
Paul Dicker
-9
/
+0
2019-02-20
Remove sys::*::Stderr Write implementation
Paul Dicker
-80
/
+13
[prev]
[next]