]> git.lizzy.rs Git - rust.git/history - src
rollup merge of #20746: dotdash/fix_indent
[rust.git] / src /
2015-01-08 Alex Crichtonrollup merge of #20746: dotdash/fix_indent
2015-01-08 Alex Crichtonrollup merge of #20740: FlaPer87/remove-opt-out-copy
2015-01-08 Alex Crichtonrollup merge of #20738: brson/feature-staging2
2015-01-08 Alex Crichtonrollup merge of #20736: akiss77/pr-u8-c_char
2015-01-08 Alex Crichtonrollup merge of #19897: steveklabnik/trpl
2015-01-08 Steve Klabnik"The Rust Programming Language"
2015-01-08 borsauto merge of #20744 : huonw/rust/fix-string-slicing...
2015-01-08 Flavio PercocoRemove the deprecated opt_out_copy feature
2015-01-08 Björn SteinbrinkRestore indentation in common.rs
2015-01-08 Huon WilsonLet ToString work with unsized types, importantly,...
2015-01-08 Brian AndersonImprovements to feature staging
2015-01-08 borsauto merge of #20737 : aturon/rust/stab-stragglers...
2015-01-08 Aaron TuronAdd missing module stability attributes
2015-01-08 Akos KissFix: `libc::c_char` is not always `i8`
2015-01-08 borsauto merge of #20733 : alexcrichton/rust/rollup, r...
2015-01-08 Alex CrichtonMore test fixes and rebase conflicts
2015-01-08 Alex Crichtonrollup merge of #20731: nick29581/assoc-inherant
2015-01-08 Alex CrichtonTest fixes and rebase conflicts
2015-01-08 Nick CameronForbid associated items in inherent impls
2015-01-08 Alex Crichtonrollup merge of #20707: nikomatsakis/issue-20582
2015-01-08 Alex Crichtonrollup merge of #20723: pnkfelix/feature-gate-box-syntax
2015-01-08 Felix S. Klock IIfallout: part of changes to compile-fail tests. (follo...
2015-01-08 Alex Crichtonrollup merge of #20720: nick29581/assoc-ice-missing
2015-01-08 Felix S. Klock IIfallout: run-fail tests that use box. (many/all could...
2015-01-08 Alex Crichtonrollup merge of #20657: alexcrichton/stabilize-macros
2015-01-08 Nick CameronRemove String impls and fix for make tidy
2015-01-08 Alex Crichtonrollup merge of #20706: nikomatsakis/assoc-types-projec...
2015-01-08 Alex Crichtonrollup merge of #20665: nikomatsakis/assoc-types-method...
2015-01-08 Felix S. Klock IIfallout: run-pass tests that use box. (many could...
2015-01-08 Alex Crichtonrollup merge of #20728: huonw/type-param-shadowing
2015-01-08 Alex Crichtonrollup merge of #20631: huon/no-drop-and-copy
2015-01-08 Huon WilsonProhibit type parameter shadowing with a clunky hammer.
2015-01-08 Alex Crichtonrollup merge of #20721: japaric/snap
2015-01-08 Niko MatsakisNormalize types of fields in struct literals during...
2015-01-08 Niko MatsakisUpdate compile-fail test with new message that is gener...
2015-01-08 Niko MatsakisAdd rather involved run-pass test case.
2015-01-08 Niko MatsakisNormalize associated types in `with_field_tys`
2015-01-08 Niko MatsakisUse ty::type_is_sized() so that we handle projection...
2015-01-08 Alex Crichtonrollup merge of #20726: dgrunwald/require-parens-for...
2015-01-08 Alex Crichtonrollup merge of #20725: tomjakubowski/rustdoc-misc
2015-01-08 Alex Crichtonrollup merge of #20722: alexcrichton/audit-show
2015-01-08 Alex Crichtonrollup merge of #20716: brson/RUST_DEBUG
2015-01-08 Alex Crichtonrollup merge of #20710: daboross/fix-stable-before...
2015-01-08 Alex Crichtonrollup merge of #20709: thiagopnts/ownership-guide...
2015-01-08 Alex Crichtonrollup merge of #20708: aturon/new-int-modules
2015-01-08 Alex Crichtonrollup merge of #20704: alexcrichton/hopefully-make...
2015-01-08 Alex Crichtonrollup merge of #20703: barosl/rustdoc-z-index-fallout
2015-01-08 Alex Crichtonrollup merge of #20696: reem/unsized-typeid
2015-01-08 Alex Crichtonrollup merge of #20695: frewsxcv/patch-2
2015-01-08 Alex Crichtonrollup merge of #20693: EchoAce/intro-oboe
2015-01-08 Alex Crichtonrollup merge of #20688: jroesch/reject-non-param-bounds...
2015-01-08 Alex Crichtonrollup merge of #20680: nick29581/target-word
2015-01-08 Alex Crichtonrollup merge of #20663: brson/feature-staging
2015-01-08 Alex Crichtonrollup merge of #20654: alexcrichton/stabilize-hash
2015-01-08 Alex Crichtonrollup merge of #20611: simnalamburt/master
2015-01-08 Alex Crichtonrollup merge of #20237: RustOS-Fork-Holding-Ground...
2015-01-08 Daniel GrunwaldRFC 558: Require parentheses for chained comparisons
2015-01-08 Felix S. Klock IIallow box_syntax and unknown features in compiletest...
2015-01-08 Jorge Apariciofix the `&mut _` patterns
2015-01-08 Tom Jakubowskirustdoc: Render associated type bindings
2015-01-08 Felix S. Klock IIallow box_syntax and unknown features in the rustc_driv...
2015-01-08 Felix S. Klock IIallow box_syntax and unknown features in the rustc_llvm...
2015-01-07 Jonathan ReemRemove the unneeded Sized bound on TypeId creation
2015-01-07 Felix S. Klock IIallow unknown features in the log crate.
2015-01-07 Felix S. Klock IISwitch to using `Box::new` in the tests in `alloc...
2015-01-07 Felix S. Klock IITest that box syntax, both in expressions and patterns...
2015-01-07 Felix S. Klock IIalternate version of coerce-match test that avoids...
2015-01-07 Felix S. Klock IIcompile-fail tests: Add feature attributes to enable...
2015-01-07 Felix S. Klock IIrun-pass tests: Add feature attributes to enable box...
2015-01-07 Felix S. Klock IIAllow unknown features to bootstrap rustc with box_synt...
2015-01-07 Felix S. Klock IIAdded `box_syntax` feature gate; added to std and rustc...
2015-01-07 Jorge Aparicioremove some `slicing_syntax` feature gates
2015-01-07 Jorge Aparicioremove slicing_syntax feature gate
2015-01-07 Brian AndersonPreliminary feature staging
2015-01-07 Alex Crichtonstd: Tweak String implementations
2015-01-07 Huon WilsonRequire that types cannot implement both Drop and Copy.
2015-01-07 Jorge Apariciouse slicing sugar
2015-01-07 Felix S. Klock IIAdd `Box::new` method. Prereq for feature-gating ...
2015-01-07 Nick CameronFix precedence for ranges.
2015-01-07 Nick CameronShow, String, Eq impls for Ranges
2015-01-07 Jorge Aparicioregister new snapshots
2015-01-07 Alex Crichtonstd: Stablize the macros module
2015-01-07 Thiago Pontesfix typo in the ownership guide
2015-01-07 Dabo RossFix #[stable] coming before } instead of after
2015-01-07 Alex Crichtonstd: Stabilize the std::hash module
2015-01-07 Aaron TuronUpdate references to old snapshot
2015-01-07 Nick CameronRename `target_word_size` to `target_pointer_width`
2015-01-07 Aaron TuronAdd isize, usize modules, deprecate int, uint modules
2015-01-07 Jared RoeschReject all uses of non-typaram bounds
2015-01-07 John EricsonFix warning in liballoc about unused constant MIN_ALIGN...
2015-01-07 John Ericsonliballoc's "extern_funcs" impl mod had a duplicate...
2015-01-07 John EricsonShorten cfg line lengths in liballoc
2015-01-07 John Ericsonliballoc's "external_funcs" and "external_crate" are...
2015-01-07 John Ericsonliballoc does not need liblibc under certain configurations
2015-01-07 Niko MatsakisAdd regression test for #20582. Fixes #20582.
2015-01-07 Niko MatsakisBetter debug output in `decl_rust_fn`. The lack of...
2015-01-07 Niko MatsakisSolve rather subtle bug in `replace_late_bound_regions...
2015-01-07 Niko MatsakisUse the `erase_regions` helper within trans in deference to
2015-01-07 Niko MatsakisRename common::normalize to common::erase_regions
2015-01-07 Niko MatsakisRemove assertion that substitutions are erased. It...
next