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
/
doc
/
unstable-book
Age
Commit message (
Expand
)
Author
Lines
2018-07-27
add section in book
toidiu
-0
/
+45
2018-07-23
update nightly book
mark
-2
/
+4
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-241
/
+0
2018-07-14
Update lint plugin sample code.
eonil
-0
/
+2
2018-07-04
Unstable book documentation of tool lints
flip1995
-0
/
+35
2018-06-26
Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis
bors
-0
/
+28
2018-06-25
make the `while let` loop terminate
Niko Matsakis
-1
/
+1
2018-06-12
update wording, do not change parser
Niko Matsakis
-6
/
+11
2018-06-12
Stabilize #[repr(transparent)]
Simon Sapin
-176
/
+0
2018-06-11
Mark alloc_jemalloc as perma-unstable
Simon Sapin
-13
/
+0
2018-06-11
Move Unstable Book sections for #[global_allocator] and System to std::alloc ...
Simon Sapin
-148
/
+0
2018-06-11
Remove some '#[feature]' attributes for stabilized features
Simon Sapin
-1
/
+0
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-3
/
+3
2018-06-10
Stabilize entry-or-default
Guillaume Gomez
-13
/
+0
2018-06-08
rename `irrefutable_let_pattern` to `irrefutable_let_patterns`
Niko Matsakis
-4
/
+4
2018-06-05
Implementation of RFC 2086 - Allow Irrefutable Let patterns
Sebastian Malton
-0
/
+23
2018-06-03
s/panic_fmt/panic_impl/g in docs
Jorge Aparicio
-17
/
+18
2018-05-27
Auto merge of #51066 - est31:master, r=sfackler
bors
-2
/
+2
2018-05-26
Point to the current box syntax tracking issue
est31
-2
/
+2
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-25
Implement outlives requirements inference for dyn and projections.
toidiu
-0
/
+67
2018-05-13
stabilize :lifetime
Alex Burka
-14
/
+0
2018-05-13
Macros: Add a 'literal' fragment specifier
Dan Aloni
-0
/
+17
2018-05-02
Add tool_attributes feature to unstable book
Seiichi Uchida
-0
/
+26
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-30
/
+0
2018-04-22
Add doc about doc alias feature
Guillaume Gomez
-0
/
+23
2018-04-17
stabilize `slice_rsplit` feature
tinaun
-10
/
+0
2018-04-14
Replace remaining uses of deprecated std::heap with std::alloc
Mike Hommey
-1
/
+1
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-3
/
+3
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-0
/
+1
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-4
/
+4
2018-04-12
Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis
bors
-4
/
+4
2018-04-12
Auto merge of #48528 - bitshifter:repr_packed, r=eddyb
bors
-0
/
+8
2018-04-12
Deprecate the std_unicode crate
Simon Sapin
-1
/
+1
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-0
/
+8
2018-04-10
Fix the unstable book to account for ok-wrapping
Scott McMurray
-4
/
+4
2018-04-02
Remove splice page from unstable book.
Thayne McCombs
-22
/
+0
2018-03-28
Auto merge of #49460 - kennytm:rollup, r=kennytm
bors
-23
/
+0
2018-03-28
Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi
kennytm
-23
/
+0
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-58
/
+0
2018-03-26
Fix missed i128 feature gates
Mark Mansi
-1
/
+1
2018-03-26
Rename unstable book correctly
Mark Mansi
-3
/
+3
2018-03-26
Rename unstable-book chapter
Mark Mansi
-0
/
+0
2018-03-26
Stabilize i128 feature too
Mark Mansi
-1
/
+1
2018-03-26
Update nightly book
Mark Mansi
-13
/
+6
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-66
/
+0
2018-03-26
Stabilize universal_impl_trait
Taylor Cramer
-32
/
+0
2018-03-25
Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj
kennytm
-10
/
+10
2018-03-21
Stabilize method `String::retain`
Murarth
-23
/
+0
2018-03-21
Make resuming generators unsafe instead of the creation of immovable generato...
John Kåre Alsaker
-10
/
+10
[next]