]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-08-09 Tobias BucherMake `str::as_bytes_mut` private
2015-08-09 Tobias BucherMake `slice::transmute*` private
2015-08-09 Tobias BucherReplace many uses of `mem::transmute` with more specifi...
2015-08-09 Ariel Ben-YehudaMark round_up_to_next as inline
2015-08-08 borsAuto merge of #27182 - AlisdairO:diagnostics382, r...
2015-08-08 Alisdair Owensadd long diagnostics for E0382
2015-08-08 borsAuto merge of #27595 - mike-marcacci:patch-1, r=stevekl...
2015-08-08 borsAuto merge of #27596 - tsion:fix-27450, r=arielb1
2015-08-08 Mike MarcacciAdded arrows to references in tables
2015-08-08 Scott OlsonFix the diagnostic for fat pointer to usize casts.
2015-08-07 borsAuto merge of #27378 - GuillaumeGomez:patch-2, r=brson
2015-08-07 borsAuto merge of #27582 - pnkfelix:disable-nonzeroing...
2015-08-07 Felix S. Klock IIplacate the pretty tests by ignoring my test.
2015-08-07 Felix S. Klock IIRegression test for dropflag reinit issue.
2015-08-07 Felix S. Klock IITurn nonzeroing move hints back off by default.
2015-08-07 Guillaume GomezAdd a guard example for E0416
2015-08-07 Guillaume GomezImprove examples of E0102
2015-08-07 borsAuto merge of #27551 - arielb1:adt-def, r=nikomatsakis
2015-08-07 Ariel Ben-Yehudarename ADTDef to AdtDef etc.
2015-08-07 Ariel Ben-Yehudastop using skip_binder
2015-08-07 Ariel Ben-Yehudaadd documentation
2015-08-07 borsAuto merge of #27576 - rust-lang:steveklabnik-patch...
2015-08-07 borsAuto merge of #27558 - mlalic:patch-1, r=brson
2015-08-07 borsAuto merge of #27552 - tshepang:misc, r=brson
2015-08-07 borsAuto merge of #27574 - brson:cache-staged-api, r=huonw
2015-08-07 Steve KlabnikRemove reference to diabetes
2015-08-06 Brian AndersonCache a linear search for the #[staged_api] attribute.
2015-08-06 borsAuto merge of #27566 - rubymeow:master, r=steveklabnik
2015-08-06 borsAuto merge of #27296 - jroesch:type-macros, r=huonw
2015-08-06 Guillaume GomezAdd another example for E0412
2015-08-06 Rubyfixed the few nits!
2015-08-06 RubyExplained asterisk on & and &mut reference
2015-08-06 Guillaume GomezUpdate E0423 example
2015-08-06 borsAuto merge of #27556 - taliesinb:tarpl-clarity-2, r...
2015-08-06 Ariel Ben-Yehudacache Ty::is_simd
2015-08-06 Ariel Ben-Yehudafix dropck overflow error message
2015-08-06 borsAuto merge of #27434 - jeehoonkang:master, r=Gankro
2015-08-06 Ariel Ben-Yehudahandle associated types correctly in null pointer optim...
2015-08-06 Ariel Ben-Yehudaremove ty::{VariantInfo, FieldTy}
2015-08-06 Ariel Ben-Yehudaresolve todo
2015-08-06 Ariel Ben-Yehudaremove struct_fields & enum_variants from the tcx
2015-08-06 Ariel Ben-Yehudause VariantDef instead of struct_fields
2015-08-06 Guillaume GomezAdd E0416 error explanation
2015-08-06 Guillaume GomezAdd E0415 error explanation
2015-08-06 Ariel Ben-Yehudacreate VariantDef-s (but don't actually use them)
2015-08-06 Ariel Ben-Yehudaadd variant info to ADTDef, but don't actually use it
2015-08-06 Ariel Ben-Yehudaintroduce an ADTDef struct for struct/enum definitions
2015-08-06 Ariel Ben-Yehudaadd an Ivar for write-only variables
2015-08-06 borsAuto merge of #27555 - dotdash:drop_flag_ty, r=pnkfelix
2015-08-06 Guillaume GomezAdd E0419 error explanation
2015-08-06 Marko LalicTRPL/lifetimes.md: Fix typo lifteimes -> lifetimes
2015-08-06 Guillaume GomezAdd examples in E0412
2015-08-06 Jared RoeschFix expected parse error
2015-08-06 borsAuto merge of #27557 - Manishearth:rollup, r=Manishearth
2015-08-06 Jeehoon KangRevise TARPL's description for allocating 0 bytes
2015-08-06 Manish GoregaokarRollup merge of #27550 - tshepang:missing-info, r=brson
2015-08-06 Manish GoregaokarRollup merge of #27546 - steveklabnik:gh26115, r=brson
2015-08-06 Taliesin BeynonSome rerp-rust improvements.
2015-08-06 Björn SteinbrinkUse the right type for drop flag datums
2015-08-06 borsAuto merge of #27548 - tamird:opaque-ctypes, r=alexcrichton
2015-08-06 borsAuto merge of #27545 - apasel422:btree-range, r=Gankro
2015-08-06 Tshepang Lekhonkhobebook: some improvements to Advanced Linking
2015-08-05 borsAuto merge of #27505 - steveklabnik:exterminate_extermi...
2015-08-05 Tshepang Lekhonkhobedoc: add info about the u64 wrapped in Result
2015-08-05 Tamir DubersteinBetter FFI discipline
2015-08-05 borsAuto merge of #27544 - steveklabnik:rollup, r=steveklabnik
2015-08-05 Andrew PaseltinerFully generalize `BTree{Map, Set}` range iterators
2015-08-05 Steve KlabnikAdd an example to Trait section of reference
2015-08-05 Steve KlabnikRollup merge of #27539 - steveklabnik:gh26746, r=brson
2015-08-05 Steve KlabnikRollup merge of #27538 - steveklabnik:gh26917, r=Gankro
2015-08-05 Steve KlabnikRollup merge of #27535 - steveklabnik:for_jhun, r=alexc...
2015-08-05 Steve KlabnikRollup merge of #27533 - steveklabnik:gh27109, r=Gankro
2015-08-05 Steve KlabnikRollup merge of #27524 - steveklabnik:gh27523, r=gankro
2015-08-05 Steve KlabnikRollup merge of #27285 - lastorset:trait-operator-impl...
2015-08-05 borsAuto merge of #27534 - alexcrichton:revert-adding-gdb...
2015-08-05 Steve KlabnikAdd more infor about function pointers to TRPL
2015-08-05 Steve KlabnikClarify claims about PhantomData<T>.
2015-08-05 Steve KlabnikExpand further on <> syntax in TRPL.
2015-08-05 Steve KlabnikMake note of Hash in Borrow's docs
2015-08-05 Steve Klabnikwork -> compile in Guessing Game
2015-08-05 Alex CrichtonRevert "debuginfo: Bring back some GDB pretty printing...
2015-08-05 borsAuto merge of #27529 - dotdash:c_u8, r=eddyb
2015-08-05 borsAuto merge of #27458 - mitaa:local_cpath, r=nikomatsakis
2015-08-05 borsAuto merge of #27530 - Manishearth:rollup, r=Manishearth
2015-08-05 Manish GoregaokarRollup merge of #27528 - friedm:doc_meta_designator...
2015-08-05 Manish GoregaokarRollup merge of #27527 - aij:tarpl, r=Gankro
2015-08-05 Manish GoregaokarRollup merge of #27525 - Gankro:nomvar, r=aturon
2015-08-05 Manish GoregaokarRollup merge of #27521 - steveklabnik:doc_std_mem_forge...
2015-08-05 Manish GoregaokarRollup merge of #27519 - JanLikar:rearrange-patterns...
2015-08-05 Björn SteinbrinkMake C_u8 take a u8 instead of a usize value
2015-08-05 borsAuto merge of #27503 - c-nixon:master, r=steveklabnik
2015-08-05 borsAuto merge of #27520 - brson:bump, r=alexcrichton
2015-08-05 borsAuto merge of #27439 - vberger:more_perseverant_resolve...
2015-08-05 borsAuto merge of #27393 - alexcrichton:no-std-changes...
2015-08-05 Matt Friedmanadd `meta` designator to macro reference
2015-08-04 Ivan JagerFix some grammar in The Advanced Rust Programming Language
2015-08-04 Jared RoeschFix last nits
2015-08-04 Jared RoeschAddress final nits
2015-08-04 Jared RoeschActually commit tests
2015-08-04 Jared RoeschAddress nits
next