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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2018-03-18
num::NonZero* types now have their own tracking issue: #49137
Simon Sapin
-10
/
+5
2018-03-18
Fix events handling in rustdoc
Guillaume Gomez
-33
/
+40
2018-03-18
Feature gate raw identifiers.
Lymia Aluysia
-5
/
+62
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-145
/
+475
2018-03-18
Update RLS.
kennytm
-0
/
+0
2018-03-18
rustc_driver: get rid of extra thread on Windows
Tatsuyuki Ishi
-1
/
+14
2018-03-18
rustc_driver: get rid of extra thread on Unix
Tatsuyuki Ishi
-8
/
+55
2018-03-18
Add lexicographic sorting benchmark
varkor
-0
/
+16
2018-03-18
Check that the size optimisation is not redundant
varkor
-5
/
+10
2018-03-18
Clarify time complexity
varkor
-3
/
+3
2018-03-18
Update clippy
Oliver Schneider
-16
/
+19
2018-03-18
remove unneeded where clause
csmoe
-36
/
+4
2018-03-18
Fix formatting.
Martin Hoffmann
-2
/
+0
2018-03-18
Auto merge of #48986 - matklad:update-cargo, r=alexcrichton
bors
-26
/
+17
2018-03-18
Auto merge of #48985 - scalexm:lowering, r=nikomatsakis
bors
-3
/
+526
2018-03-18
Auto merge of #48917 - petrochenkov:import, r=oli-obk
bors
-260
/
+228
2018-03-18
rustbuild: Ship libsynchronization
Maxim Nazarenko
-0
/
+1
2018-03-17
elide elidable lifetime in Path::strip_prefix
Michael Lamparski
-4
/
+4
2018-03-17
Auto merge of #48842 - petrochenkov:under, r=nikomatsakis
bors
-136
/
+153
2018-03-17
Remove deprecated unstable ptr::Shared type alias.
Simon Sapin
-8
/
+2
2018-03-17
Add a -Z flag for LLVM align attributes on arguments
Scott McMurray
-1
/
+3
2018-03-17
Test NonZero in a const item in a pattern.
Simon Sapin
-0
/
+23
2018-03-17
Stop using deprecated NonZero APIs
Simon Sapin
-10
/
+18
2018-03-17
Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*
Simon Sapin
-4
/
+16
2018-03-17
Use num::NonZero* instead of NonZero<_> in rustc and tests
Simon Sapin
-46
/
+38
2018-03-17
Use NonNull<_> instead of NonZero<*const _> in btree internals
Simon Sapin
-16
/
+14
2018-03-17
Add 12 num::NonZero* types for each primitive integer
Simon Sapin
-1
/
+100
2018-03-17
Make interners thread-safe
John Kåre Alsaker
-6
/
+9
2018-03-17
Minor cleanup
John Kåre Alsaker
-6
/
+5
2018-03-17
Add OnDrop
John Kåre Alsaker
-0
/
+8
2018-03-17
Add an Default impl for Lock
John Kåre Alsaker
-0
/
+7
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-16
/
+17
2018-03-17
Don't get the global lock in the fast case
John Kåre Alsaker
-3
/
+3
2018-03-17
Remove rustc_global!
John Kåre Alsaker
-30
/
+0
2018-03-17
Make Span and Symbol implement Send and Sync
John Kåre Alsaker
-2
/
+10
2018-03-17
Stabilise FromUtf8Error::as_bytes
varkor
-2
/
+1
2018-03-17
Improve and fix documentation for sort_by_cached_key
varkor
-8
/
+12
2018-03-17
Add some docs + Fix rebase
Vadim Petrochenkov
-1
/
+7
2018-03-17
Cleanup import parsing
Vadim Petrochenkov
-54
/
+23
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-31
/
+38
2018-03-17
AST: Keep distinction between `path` and `::path` in imports and visibilities
Vadim Petrochenkov
-77
/
+66
2018-03-17
AST: Make renames in imports closer to the source
Vadim Petrochenkov
-40
/
+53
2018-03-17
AST/HIR: Clarify what the optional name in extern crate items mean
Vadim Petrochenkov
-58
/
+42
2018-03-17
Reject `_` in `ident` matcher
Vadim Petrochenkov
-19
/
+46
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-119
/
+109
2018-03-17
Add span_suggestion while removing TyRefs based on the snippet String.
Yukio Siraichi
-0
/
+87
2018-03-17
remove FIXME(#27889) since the issue is already fixed
Niv Kaminer
-1
/
+0
2018-03-17
remove FIXME(#8372) since for-loops wont support borrowing iterators
Niv Kaminer
-2
/
+0
2018-03-17
remove FIXME(#33435) and remove the spurious failures counter measure
Niv Kaminer
-5
/
+0
2018-03-17
remove FIXME(#48116) and remove the logic to debug the issue
Niv Kaminer
-22
/
+3
[prev]
[next]