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
2018-12-04
Automatically generate imports for newtype_index `Deserialize` impls
Oliver Scherer
-22
/
+19
2018-12-04
Increase code-reuse and -readability
Oliver Scherer
-1
/
+1
2018-12-04
Add tests for stable unsafe features in const fn
Oliver Scherer
-2
/
+160
2018-12-04
Emit feature gate suggestion
Oliver Scherer
-40
/
+75
2018-12-04
Comment on the unsafety code for layout constrained fields
Oliver Scherer
-0
/
+6
2018-12-04
Also prevent mutation fields directly
Oliver Scherer
-25
/
+57
2018-12-04
Also make immutable references to non-freeze restricted value range types unsafe
Oliver Scherer
-6
/
+33
2018-12-04
generalize the message about the creation of layout restricted types
Oliver Scherer
-3
/
+3
2018-12-04
Adjust a rustc test to the safety changes
Oliver Scherer
-1
/
+2
2018-12-04
Trailing newlines again
Oliver Scherer
-2
/
+2
2018-12-04
Forbid the creation of mutable borrows to fields of layout constrained types
Oliver Scherer
-0
/
+79
2018-12-04
Move ref to packed struct field check into projection arm
Oliver Scherer
-18
/
+18
2018-12-04
Make `newtype_index` safe
Oliver Scherer
-7
/
+33
2018-12-04
Make sure the initialization of constrained int range newtypes is unsafe
Oliver Scherer
-12
/
+169
2018-12-04
Add test for dereferencing raw pointers and immediately referencing again
Oliver Scherer
-3
/
+22
2018-12-04
Document unsafe rules with comments and `bug!` calls
Oliver Scherer
-3
/
+6
2018-12-04
Allow calling `const unsafe fn` in `const fn` behind a feature gate
Oliver Scherer
-37
/
+194
2018-12-04
Add extra comment slash
Bastian Gruber
-1
/
+1
2018-12-04
Update doc-ui tests
Oliver Scherer
-5
/
+11
2018-12-04
Update ui tests
Oliver Scherer
-28
/
+29
2018-12-04
Remove unused stderr file
Oliver Scherer
-49
/
+0
2018-12-04
Newlines.... newlines everywhere
Oliver Scherer
-1
/
+1
2018-12-04
Add a test ensuring that we don't regress this
Oliver Scherer
-0
/
+6
2018-12-04
Update tests
Oliver Scherer
-252
/
+387
2018-12-04
Report failing tests without `//~ ERROR` comments
Oliver Scherer
-6
/
+8
2018-12-04
No need to export functions only used in the same module
Oliver Scherer
-1
/
+1
2018-12-04
Mention `alloc` in the name of the interning methods
Oliver Scherer
-7
/
+7
2018-12-04
s/id_to_type/id_to_kind/
Oliver Scherer
-7
/
+7
2018-12-04
Clear up comment
Oliver Scherer
-1
/
+3
2018-12-04
s/alloc_type/alloc_kind/
Oliver Scherer
-11
/
+11
2018-12-04
Fix ptr::hash, just hash the raw pointer
Dale Wijnand
-1
/
+1
2018-12-04
Make ptr::hash take a raw painter like ptr::eq
Dale Wijnand
-1
/
+1
2018-12-04
Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus
bors
-63
/
+425
2018-12-04
sort_by_cached_key -> sort_by
Shotaro Yamada
-2
/
+2
2018-12-04
Remove redundant clone
Shotaro Yamada
-2
/
+2
2018-12-04
Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd...
bors
-30
/
+80
2018-12-04
Auto merge of #56467 - oli-obk:osx_stack_bump, r=nagisa
bors
-4
/
+6
2018-12-04
Fix test
Shotaro Yamada
-2
/
+2
2018-12-04
Use iterator and pattern APIs instead of `char_at`
Shotaro Yamada
-62
/
+32
2018-12-03
Propagate all closure requirements to the caller
Matthew Jasper
-1
/
+43
2018-12-03
Fix stderr file (unused variable)
John Ginger
-0
/
+1
2018-12-03
Auto merge of #55041 - evq:thumbv8m, r=alexcrichton
bors
-2
/
+40
2018-12-04
Address review comments
Vadim Petrochenkov
-27
/
+14
2018-12-03
Improve filter test
Guillaume Gomez
-3
/
+2
2018-12-03
Don't generate suffix for source-file.js
Guillaume Gomez
-4
/
+4
2018-12-04
syntax: Remove `#[non_exhaustive]` from `Edition`
Vadim Petrochenkov
-18
/
+6
2018-12-04
syntax: Rename some keywords
Vadim Petrochenkov
-83
/
+83
2018-12-04
syntax: `dyn` is a used keyword now
Vadim Petrochenkov
-9
/
+17
2018-12-03
link to raw identifiers
Mark Mansi
-1
/
+3
2018-12-03
Explain raw identifer syntax
Mark Mansi
-0
/
+2
[prev]
[next]