]> git.lizzy.rs Git - rust.git/history - src
rollup merge of #18903: steveklabnik/error_handling_guide
[rust.git] / src /
2014-11-19 Jakub Bukajrollup merge of #18903: steveklabnik/error_handling_guide
2014-11-19 Jakub Bukajrollup merge of #18868: nikomatsakis/issue-17388-unboun...
2014-11-19 Jakub Bukajrollup merge of #18728: thestinger/int
2014-11-19 borsauto merge of #18746 : nikomatsakis/rust/issue-17322...
2014-11-19 Niko MatsakisPass the unadjusted type into the unsize_info function...
2014-11-19 Niko MatsakisRefactor QPath to take an ast::TraitRef
2014-11-19 Daniel Micayclearly define `int` and `uint` to fix unsoundness
2014-11-19 borsauto merge of #18483 : eddyb/rust/safe-ty, r=nikomatsakis
2014-11-19 Eduard Burtescurustdoc: fix fallout of ty::t -> Ty<'tcx>.
2014-11-19 Eduard Burtescurustc: middle: simplify primitive type declaration...
2014-11-19 Eduard Burtescurustc: middle: remove obsolete ty::get.
2014-11-19 Eduard Burtescurustc: middle: avoid clones in ty_fn_{sig,args}.
2014-11-19 Eduard Burtescurustc: fix fallout of making `Ty` an alias for `&TyS...
2014-11-19 Eduard Burtescurustc: fix fallout of adding the `'tcx` lifetime to...
2014-11-19 Eduard Burtescurustc: middle: ty: replace unsafe pointers with referen...
2014-11-19 Eduard Burtescurustc: middle: rename `ty::t` to `Ty` and use it unqual...
2014-11-19 Eduard Burtescurustc: avoid `use`-ing `syntax::ast::*`.
2014-11-19 Steve KlabnikError handling guide
2014-11-18 borsauto merge of #19044 : murarth/rust/libsyntax-view...
2014-11-18 borsauto merge of #18870 : barosl/rust/os-ioresult, r=alexc...
2014-11-18 Barosl LeeMake os::setenv() and os::unsetenv() panic if an error...
2014-11-18 Barosl LeeMake os::change_dir() return IoResult<()>
2014-11-18 Barosl LeeMake os::getcwd() return IoResult<Path>
2014-11-18 borsauto merge of #18993 : nikomatsakis/rust/hrtb-5, r...
2014-11-18 Niko MatsakisFix merge conflict about `[]` coercions in new tests
2014-11-18 Steve KlabnikNew guide: error handling
2014-11-18 Niko MatsakisUpdate test for equivalency to include region binders...
2014-11-18 Niko MatsakisUpdate tests for `()` notation to use traits not structs
2014-11-18 Niko MatsakisAllow impl's to have late-bound regions. Introduces...
2014-11-18 Niko MatsakisIntroduce machinery for higher-ranked TraitRefs
2014-11-18 Niko MatsakisTest resolving of names with `for` binders.
2014-11-18 Niko MatsakisMiscellaneous reformatttings and renamings.
2014-11-18 Niko MatsakisStop checking the correctness of explicit self twice...
2014-11-18 Niko MatsakisConvert TyPolyTraitRef to accept arbitary bounds, so...
2014-11-18 Niko MatsakisMake it an error to use parenthetical notation with
2014-11-18 Niko MatsakisIntroduce some sanity checking assertions in trans...
2014-11-18 Niko MatsakisSwitch the code to use De Bruijn indices rather than...
2014-11-18 Niko MatsakisPull out the fn-sig sub/lub/glb code and generalize...
2014-11-18 Niko MatsakisPlace parenthetical notation under the `unboxed_closure...
2014-11-18 borsauto merge of #19060 : Gankro/rust/super-cloned, r...
2014-11-18 borsauto merge of #19070 : nikomatsakis/rust/crates, r...
2014-11-18 borsauto merge of #19031 : nodakai/rust/libcore-pow-and...
2014-11-18 Alexis Beingessneradd Cloned iterator adaptor
2014-11-18 Alexis Beingessnermake cloned generic over deref... and have its tests...
2014-11-18 Niko MatsakisMove trans, back, driver, and back into a new crate...
2014-11-18 borsauto merge of #18645 : nick29581/rust/coercions-1,...
2014-11-18 borsauto merge of #18885 : thestinger/rust/writer, r=aturon
2014-11-18 Nick CameronWindows and OS X fallout
2014-11-18 Daniel Micayimplement Writer for Vec<u8>
2014-11-18 borsauto merge of #19050 : japaric/rust/moar-dst, r=aturon
2014-11-18 Murarthlibsyntax: Add tests for `parse_view_item`
2014-11-18 Murarthlibsyntax: Add `parse_view_item` method to Parser
2014-11-18 NODA, Kailibcore: add num::Int::pow() and deprecate num::pow().
2014-11-18 borsauto merge of #19049 : jakub-/rust/roll-up, r=alexcrichton
2014-11-18 Jakub BukajFix compilation and tests after the roll-up
2014-11-17 Jorge Apariciolibrustc: DSTify `ClassList`, `LlvmRepr` and `Repr`
2014-11-17 Jakub Bukajrollup merge of #19045: jmesmon/jemalloc-flags-2
2014-11-17 Jakub Bukajrollup merge of #19041: japaric/clone
2014-11-17 Jakub Bukajrollup merge of #19038: jayelm/fixed-typos
2014-11-17 Jakub Bukajrollup merge of #19029: vberger/stability_function_body
2014-11-17 Jakub Bukajrollup merge of #19026: alfie/doc-fixes
2014-11-17 Jakub Bukajrollup merge of #19020: Gankro/better-warn
2014-11-17 Jakub Bukajrollup merge of #19018: tomjakubowski/fix-issue-19003
2014-11-17 Jakub Bukajrollup merge of #19016: gkoz/use_util_copy
2014-11-17 Jakub Bukajrollup merge of #19015: alex/libcore-typos
2014-11-17 Jakub Bukajrollup merge of #19013: jakub-/issue-18986
2014-11-17 Jakub Bukajrollup merge of #19008: alex/collections-typos
2014-11-17 Jakub Bukajrollup merge of #19000: IvanUkhov/doc-link-dylib
2014-11-17 Jakub Bukajrollup merge of #18951: tbu-/pr_array_cloneshow
2014-11-17 Jakub Bukajrollup merge of #18921: oli-obk/refactoring/graphviz...
2014-11-17 Jakub Bukajrollup merge of #18911: canndrew/slice_shift_char
2014-11-17 Jakub Bukajrollup merge of #18910: aturon/borrow-traits
2014-11-17 Jakub Bukajrollup merge of #18890: luqmana/tf
2014-11-17 Nick CameronRegression test
2014-11-17 Nick CameronDisallow coercions from [T, ..n] to &[T]or *[T]
2014-11-17 Jakub BukajFix an ICE when using struct patterns with traits
2014-11-17 Jorge Apariciolibsyntax: DSTify `ToSource` and `ToSourceWithHygiene`
2014-11-17 borsauto merge of #18694 : nikomatsakis/rust/issue-18208...
2014-11-17 Niko MatsakisFix merge conflicts from making enum variants namespaced.
2014-11-17 Luqman Adenlibrustc: Whitelist linkage attribute for unused attrib...
2014-11-17 Luqman AdenAdd tests.
2014-11-17 Jorge Apariciolibtest: DSTify `Stats`
2014-11-17 jmu303Fix several typos in comments
2014-11-17 Jorge AparicioDSTify `impl Clone for &T`
2014-11-17 Aaron TuronRemove bogus Duration::span test
2014-11-17 Aaron TuronFurther DSTify Index traits
2014-11-17 Aaron Turonlibcollections: generalize BTree* to use BorrowFrom
2014-11-17 Aaron TuronFallout from deprecation
2014-11-17 Aaron Turonlibstd: Deprecate _equiv methods
2014-11-17 Aaron Turonlibcollections: use BorrowFrom in TreeSet, Map
2014-11-17 Aaron Turonlibcore: add borrow module
2014-11-17 Niko MatsakisUse the quick reject mechanism during trait matching...
2014-11-17 Niko MatsakisPort a simplified versions of pcwalton's "quick reject...
2014-11-17 Niko MatsakisCorrect indentation
2014-11-17 Niko MatsakisCorrect long line
2014-11-17 Niko MatsakisSubstitute type/lifetimeInstatiate method type/early...
2014-11-17 Niko MatsakisRewrite method resolution to be cleaner, more correct...
2014-11-17 borsauto merge of #18973 : sfackler/rust/enum-namespace...
2014-11-17 Gleb KozyrevReturn proper errors with update_err
2014-11-17 Gleb KozyrevRemove duplicate code by using util::copy()
next